Struct gimli::write::DebugLocLists
source · [−]pub struct DebugLocLists<W: Writer>(pub W);
Expand description
A writable .debug_loclists
section.
Tuple Fields
0: W
Implementations
sourceimpl<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
sourceimpl<W: Debug + Writer> Debug for DebugLocLists<W>
impl<W: Debug + Writer> Debug for DebugLocLists<W>
sourceimpl<W: Default + Writer> Default for DebugLocLists<W>
impl<W: Default + Writer> Default for DebugLocLists<W>
sourcefn default() -> DebugLocLists<W>
fn default() -> DebugLocLists<W>
Returns the “default value” for a type. Read more
sourceimpl<W: Writer> Deref for DebugLocLists<W>
impl<W: Writer> Deref for DebugLocLists<W>
sourceimpl<W: Writer> DerefMut for DebugLocLists<W>
impl<W: Writer> DerefMut for DebugLocLists<W>
sourceimpl<W: Writer> From<W> for DebugLocLists<W>
impl<W: Writer> From<W> for DebugLocLists<W>
Auto Trait Implementations
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
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