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