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 RefUnwindSafe for DebugStrOffsets
impl Send for DebugStrOffsets
impl Sync for DebugStrOffsets
impl Unpin for DebugStrOffsets
impl UnwindSafe for DebugStrOffsets
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more