Struct gimli::DebugStrOffsetsIndex
source · pub struct DebugStrOffsetsIndex<T = usize>(pub T);Expand description
An index into a set of entries in the .debug_str_offsets section.
Tuple Fields§
§0: TTrait Implementations§
source§impl<T: Clone> Clone for DebugStrOffsetsIndex<T>
impl<T: Clone> Clone for DebugStrOffsetsIndex<T>
source§fn clone(&self) -> DebugStrOffsetsIndex<T>
fn clone(&self) -> DebugStrOffsetsIndex<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 DebugStrOffsetsIndex<T>
impl<T: Debug> Debug for DebugStrOffsetsIndex<T>
source§impl<T: PartialEq> PartialEq<DebugStrOffsetsIndex<T>> for DebugStrOffsetsIndex<T>
impl<T: PartialEq> PartialEq<DebugStrOffsetsIndex<T>> for DebugStrOffsetsIndex<T>
source§fn eq(&self, other: &DebugStrOffsetsIndex<T>) -> bool
fn eq(&self, other: &DebugStrOffsetsIndex<T>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.