pub struct DwarfOffset {
pub section_offset: UnitSectionOffset,
pub unit_offset: UnitOffset,
}
Fields§
§section_offset: UnitSectionOffset
§unit_offset: UnitOffset
Auto Trait Implementations§
impl Freeze for DwarfOffset
impl RefUnwindSafe for DwarfOffset
impl Send for DwarfOffset
impl Sync for DwarfOffset
impl Unpin for DwarfOffset
impl UnwindSafe for DwarfOffset
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