pub struct Pointer { /* private fields */ }
Expand description
This structure represents a DW_TAG_pointer_type
DWARF type.
Trait Implementations§
§impl EditorType for Pointer
impl EditorType for Pointer
fn pointer_to(&self) -> Pointer
Auto Trait Implementations§
impl !RefUnwindSafe for Pointer
impl !Send for Pointer
impl !Sync for Pointer
impl Unpin for Pointer
impl UnwindSafe for Pointer
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