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