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