Struct gimli::write::DebugLocLists
source · pub struct DebugLocLists<W: Writer>(pub W);
Expand description
A writable .debug_loclists
section.
Tuple Fields§
§0: W
Implementations§
source§impl<W: Writer> DebugLocLists<W>
impl<W: Writer> DebugLocLists<W>
sourcepub fn offset(&self) -> LocationListsOffset
pub fn offset(&self) -> LocationListsOffset
Return the offset of the next write.
Trait Implementations§
source§impl<W: Default + Writer> Default for DebugLocLists<W>
impl<W: Default + Writer> Default for DebugLocLists<W>
source§fn default() -> DebugLocLists<W>
fn default() -> DebugLocLists<W>
Returns the “default value” for a type. Read more