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