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: T
Trait 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 ==
.impl<T: Copy> Copy for DebugStrOffsetsIndex<T>
impl<T: Eq> Eq for DebugStrOffsetsIndex<T>
impl<T> StructuralEq for DebugStrOffsetsIndex<T>
impl<T> StructuralPartialEq for DebugStrOffsetsIndex<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for DebugStrOffsetsIndex<T>where T: RefUnwindSafe,
impl<T> Send for DebugStrOffsetsIndex<T>where T: Send,
impl<T> Sync for DebugStrOffsetsIndex<T>where T: Sync,
impl<T> Unpin for DebugStrOffsetsIndex<T>where T: Unpin,
impl<T> UnwindSafe for DebugStrOffsetsIndex<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