Struct gimli::write::DebugLineStrOffsets [−][src]
pub struct DebugLineStrOffsets { /* fields omitted */ }The section offsets of all strings within a .debug_line_str section.
Implementations
impl DebugLineStrOffsets[src]
impl DebugLineStrOffsets[src]pub fn none() -> Self[src]
Return an empty list of offsets.
pub fn get(&self, id: LineStringId) -> DebugLineStrOffset[src]
pub fn count(&self) -> usize[src]
Return the number of offsets.