Struct gimli::EhFrameOffset
source · pub struct EhFrameOffset<T = usize>(pub T);
Expand description
An offset into the .eh_frame
section.
Tuple Fields§
§0: T
Trait Implementations§
source§impl<T: Clone> Clone for EhFrameOffset<T>
impl<T: Clone> Clone for EhFrameOffset<T>
source§fn clone(&self) -> EhFrameOffset<T>
fn clone(&self) -> EhFrameOffset<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 more