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