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