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
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<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.