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