Struct gimli::write::DebugStrOffsets
source · pub struct DebugStrOffsets { /* private fields */ }
Expand description
The section offsets of all strings within a .debug_str
section.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DebugStrOffsets
impl RefUnwindSafe for DebugStrOffsets
impl Send for DebugStrOffsets
impl Sync for DebugStrOffsets
impl Unpin for DebugStrOffsets
impl UnwindSafe for DebugStrOffsets
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