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