pub struct Base<'a> { /* private fields */ }
Expand description
This class wraps the DW_TAG_base_type
type which can be used – for
instance – to represent integers or primitive types.
Implementations§
Trait Implementations§
§impl DwarfType for Base<'_>
impl DwarfType for Base<'_>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Base<'a>
impl<'a> !Send for Base<'a>
impl<'a> !Sync for Base<'a>
impl<'a> Unpin for Base<'a>
impl<'a> UnwindSafe for Base<'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