Struct gimli::write::DebugInfo [−][src]
A writable .debug_info
section.
Implementations
impl<W: Writer> DebugInfo<W>
[src][−]
pub fn offset(&self) -> DebugInfoOffset
[src][−]
Return the offset of the next write.
Trait Implementations
impl<W: Debug + Writer> Debug for DebugInfo<W>
[src][+]
impl<W: Default + Writer> Default for DebugInfo<W>
[src][+]
impl<W: Writer> Deref for DebugInfo<W>
[src][+]
impl<W: Writer> DerefMut for DebugInfo<W>
[src][+]
impl<W: Writer> From<W> for DebugInfo<W>
[src][+]
impl<W: Writer> Section<W> for DebugInfo<W>
[src][+]
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,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<!> for T
[src][+]
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,