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