Struct gimli::write::DebugLoc [−][src]
pub struct DebugLoc<W: Writer>(pub W);
Expand description
A writable .debug_loc
section.
Tuple Fields
0: W
Implementations
Return the offset of the next write.
pub struct DebugLoc<W: Writer>(pub W);
A writable .debug_loc
section.
0: W
Return the offset of the next write.