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§
source§impl DebugLineStrOffsets
impl DebugLineStrOffsets
sourcepub fn get(&self, id: LineStringId) -> DebugLineStrOffset
pub fn get(&self, id: LineStringId) -> DebugLineStrOffset
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DebugLineStrOffsets
impl RefUnwindSafe for DebugLineStrOffsets
impl Send for DebugLineStrOffsets
impl Sync for DebugLineStrOffsets
impl Unpin for DebugLineStrOffsets
impl UnwindSafe for DebugLineStrOffsets
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