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