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 ==
.