pub struct Pointer<'a> { /* private fields */ }
Expand description
This structure represents a DW_TAG_pointer_type
DWARF type.
Implementations§
§impl Pointer<'_>
impl Pointer<'_>
pub fn underlying_type(&self) -> Option<Type<'_>>
pub fn underlying_type(&self) -> Option<Type<'_>>
The type pointed by this pointer
Trait Implementations§
§impl DwarfType for Pointer<'_>
impl DwarfType for Pointer<'_>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Pointer<'a>
impl<'a> !Send for Pointer<'a>
impl<'a> !Sync for Pointer<'a>
impl<'a> Unpin for Pointer<'a>
impl<'a> UnwindSafe for Pointer<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more