Struct gimli::write::DebugLineStrOffsets
source · [−]pub struct DebugLineStrOffsets { /* private fields */ }
Expand description
The section offsets of all strings within a .debug_line_str
section.
Implementations
sourceimpl DebugLineStrOffsets
impl DebugLineStrOffsets
sourcepub fn get(&self, id: LineStringId) -> DebugLineStrOffset
pub fn get(&self, id: LineStringId) -> DebugLineStrOffset
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DebugLineStrOffsets
impl Send for DebugLineStrOffsets
impl Sync for DebugLineStrOffsets
impl Unpin for DebugLineStrOffsets
impl UnwindSafe for DebugLineStrOffsets
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