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