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