Struct gimli::write::DebugAbbrev [−][src]
pub struct DebugAbbrev<W: Writer>(pub W);
A writable .debug_abbrev
section.
Implementations
impl<W: Writer> DebugAbbrev<W>
[src]
impl<W: Writer> DebugAbbrev<W>
[src]pub fn offset(&self) -> DebugAbbrevOffset
[src]
Return the offset of the next write.
Trait Implementations
impl<W: Debug + Writer> Debug for DebugAbbrev<W>
[src]
impl<W: Debug + Writer> Debug for DebugAbbrev<W>
[src]impl<W: Default + Writer> Default for DebugAbbrev<W>
[src]
impl<W: Default + Writer> Default for DebugAbbrev<W>
[src]fn default() -> DebugAbbrev<W>
[src]
impl<W: Writer> Deref for DebugAbbrev<W>
[src]
impl<W: Writer> Deref for DebugAbbrev<W>
[src]Auto Trait Implementations
impl<W> RefUnwindSafe for DebugAbbrev<W> where
W: RefUnwindSafe,
W: RefUnwindSafe,
impl<W> Send for DebugAbbrev<W> where
W: Send,
W: Send,
impl<W> Sync for DebugAbbrev<W> where
W: Sync,
W: Sync,
impl<W> Unpin for DebugAbbrev<W> where
W: Unpin,
W: Unpin,
impl<W> UnwindSafe for DebugAbbrev<W> where
W: UnwindSafe,
W: UnwindSafe,