Struct gimli::DebugLocListsIndex
source · pub struct DebugLocListsIndex<T = usize>(pub T);
Expand description
An index into a set of location list offsets in the .debug_loclists
section.
Tuple Fields§
§0: T
Trait Implementations§
source§impl<T: Clone> Clone for DebugLocListsIndex<T>
impl<T: Clone> Clone for DebugLocListsIndex<T>
source§fn clone(&self) -> DebugLocListsIndex<T>
fn clone(&self) -> DebugLocListsIndex<T>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<T: Debug> Debug for DebugLocListsIndex<T>
impl<T: Debug> Debug for DebugLocListsIndex<T>
source§impl<T: PartialEq> PartialEq<DebugLocListsIndex<T>> for DebugLocListsIndex<T>
impl<T: PartialEq> PartialEq<DebugLocListsIndex<T>> for DebugLocListsIndex<T>
source§fn eq(&self, other: &DebugLocListsIndex<T>) -> bool
fn eq(&self, other: &DebugLocListsIndex<T>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl<T: Copy> Copy for DebugLocListsIndex<T>
impl<T: Eq> Eq for DebugLocListsIndex<T>
impl<T> StructuralEq for DebugLocListsIndex<T>
impl<T> StructuralPartialEq for DebugLocListsIndex<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for DebugLocListsIndex<T>where T: RefUnwindSafe,
impl<T> Send for DebugLocListsIndex<T>where T: Send,
impl<T> Sync for DebugLocListsIndex<T>where T: Sync,
impl<T> Unpin for DebugLocListsIndex<T>where T: Unpin,
impl<T> UnwindSafe for DebugLocListsIndex<T>where T: 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