pub struct Class<'a> { /* private fields */ }
Expand description
This structure represents a DW_TAG_class_type
DWARF type
Trait Implementations§
§impl DwarfType for Class<'_>
impl DwarfType for Class<'_>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Class<'a>
impl<'a> !Send for Class<'a>
impl<'a> !Sync for Class<'a>
impl<'a> Unpin for Class<'a>
impl<'a> UnwindSafe for Class<'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