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