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