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,
impl<W> RefUnwindSafe for EhFrame<W> where
W: RefUnwindSafe, impl<W> UnwindSafe for EhFrame<W> where
W: UnwindSafe,
impl<W> UnwindSafe for EhFrame<W> where
W: UnwindSafe,