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