Struct Pointer
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 Freeze for Pointer
impl !RefUnwindSafe for Pointer
impl !Send for Pointer
impl !Sync for Pointer
impl Unpin for Pointer
impl UnsafeUnpin 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