Struct gimli::write::DebugLoc [−][src]
pub struct DebugLoc<W: Writer>(pub W);
A writable .debug_loc
section.
Implementations
impl<W: Writer> DebugLoc<W>
[src]
impl<W: Writer> DebugLoc<W>
[src]pub fn offset(&self) -> LocationListsOffset
[src]
Return the offset of the next write.
Trait Implementations
Auto Trait Implementations
impl<W> RefUnwindSafe for DebugLoc<W> where
W: RefUnwindSafe,
W: RefUnwindSafe,
impl<W> Send for DebugLoc<W> where
W: Send,
W: Send,
impl<W> Sync for DebugLoc<W> where
W: Sync,
W: Sync,
impl<W> Unpin for DebugLoc<W> where
W: Unpin,
W: Unpin,
impl<W> UnwindSafe for DebugLoc<W> where
W: UnwindSafe,
W: UnwindSafe,