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