Struct gimli::write::DebugRanges
source · pub struct DebugRanges<W: Writer>(pub W);
Expand description
A writable .debug_ranges
section.
Tuple Fields§
§0: W
Implementations§
source§impl<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§
source§impl<W: Default + Writer> Default for DebugRanges<W>
impl<W: Default + Writer> Default for DebugRanges<W>
source§fn default() -> DebugRanges<W>
fn default() -> DebugRanges<W>
Returns the “default value” for a type. Read more
source§impl<W: Writer> Deref for DebugRanges<W>
impl<W: Writer> Deref for DebugRanges<W>
source§impl<W: Writer> DerefMut for DebugRanges<W>
impl<W: Writer> DerefMut for DebugRanges<W>
source§impl<W: Writer> From<W> for DebugRanges<W>
impl<W: Writer> From<W> for DebugRanges<W>
Auto Trait Implementations§
impl<W> Freeze for DebugRanges<W>where
W: Freeze,
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more