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