struct DwoUnit<R: Reader> {
sections: Arc<Dwarf<R>>,
dw_unit: Unit<R>,
}
Expand description
A DWO unit has its own DWARF sections.
Fields§
§sections: Arc<Dwarf<R>>
§dw_unit: Unit<R>
Implementations§
Auto Trait Implementations§
impl<R> Freeze for DwoUnit<R>
impl<R> RefUnwindSafe for DwoUnit<R>
impl<R> Send for DwoUnit<R>
impl<R> Sync for DwoUnit<R>
impl<R> Unpin for DwoUnit<R>
impl<R> UnwindSafe for DwoUnit<R>
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