Struct gimli::write::DebugAbbrev
source · pub struct DebugAbbrev<W: Writer>(pub W);
Expand description
A writable .debug_abbrev
section.
Tuple Fields§
§0: W
Implementations§
source§impl<W: Writer> DebugAbbrev<W>
impl<W: Writer> DebugAbbrev<W>
sourcepub fn offset(&self) -> DebugAbbrevOffset
pub fn offset(&self) -> DebugAbbrevOffset
Return the offset of the next write.
Trait Implementations§
source§impl<W: Default + Writer> Default for DebugAbbrev<W>
impl<W: Default + Writer> Default for DebugAbbrev<W>
source§fn default() -> DebugAbbrev<W>
fn default() -> DebugAbbrev<W>
Returns the “default value” for a type. Read more
source§impl<W: Writer> Deref for DebugAbbrev<W>
impl<W: Writer> Deref for DebugAbbrev<W>
source§impl<W: Writer> DerefMut for DebugAbbrev<W>
impl<W: Writer> DerefMut for DebugAbbrev<W>
source§impl<W: Writer> From<W> for DebugAbbrev<W>
impl<W: Writer> From<W> for DebugAbbrev<W>
Auto Trait Implementations§
impl<W> Freeze for DebugAbbrev<W>where
W: Freeze,
impl<W> RefUnwindSafe for DebugAbbrev<W>where
W: RefUnwindSafe,
impl<W> Send for DebugAbbrev<W>where
W: Send,
impl<W> Sync for DebugAbbrev<W>where
W: Sync,
impl<W> Unpin for DebugAbbrev<W>where
W: Unpin,
impl<W> UnwindSafe for DebugAbbrev<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