Struct gimli::write::DebugRanges
source · pub struct DebugRanges<W: Writer>(pub W);
Expand description
A writable .debug_ranges
section.
Tuple Fields§
§0: W
Implementations§
source§impl<W: Writer> DebugRanges<W>
impl<W: Writer> DebugRanges<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 DebugRanges<W>
impl<W: Default + Writer> Default for DebugRanges<W>
source§fn default() -> DebugRanges<W>
fn default() -> DebugRanges<W>
Returns the “default value” for a type. Read more