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