Struct gimli::write::DebugRanges
source · [−]pub struct DebugRanges<W: Writer>(pub W);
Expand description
A writable .debug_ranges
section.
Tuple Fields
0: W
Implementations
sourceimpl<W: Writer> DebugRanges<W>
impl<W: Writer> DebugRanges<W>
sourcepub fn offset(&self) -> RangeListsOffset
pub fn offset(&self) -> RangeListsOffset
Return the offset of the next write.
Trait Implementations
sourceimpl<W: Debug + Writer> Debug for DebugRanges<W>
impl<W: Debug + Writer> Debug for DebugRanges<W>
sourceimpl<W: Default + Writer> Default for DebugRanges<W>
impl<W: Default + Writer> Default for DebugRanges<W>
sourcefn default() -> DebugRanges<W>
fn default() -> DebugRanges<W>
Returns the “default value” for a type. Read more
sourceimpl<W: Writer> Deref for DebugRanges<W>
impl<W: Writer> Deref for DebugRanges<W>
sourceimpl<W: Writer> DerefMut for DebugRanges<W>
impl<W: Writer> DerefMut for DebugRanges<W>
Auto Trait Implementations
impl<W> RefUnwindSafe for DebugRanges<W> where
W: RefUnwindSafe,
impl<W> Send for DebugRanges<W> where
W: Send,
impl<W> Sync for DebugRanges<W> where
W: Sync,
impl<W> Unpin for DebugRanges<W> where
W: Unpin,
impl<W> UnwindSafe for DebugRanges<W> where
W: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more