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 moresource§impl<T: Debug> Debug for EhFrameOffset<T>
impl<T: Debug> Debug for EhFrameOffset<T>
source§impl<T> From<T> for EhFrameOffset<T>
impl<T> From<T> for EhFrameOffset<T>
source§impl<T: Hash> Hash for EhFrameOffset<T>
impl<T: Hash> Hash for EhFrameOffset<T>
source§impl<T: PartialEq> PartialEq<EhFrameOffset<T>> for EhFrameOffset<T>
impl<T: PartialEq> PartialEq<EhFrameOffset<T>> for EhFrameOffset<T>
source§fn eq(&self, other: &EhFrameOffset<T>) -> bool
fn eq(&self, other: &EhFrameOffset<T>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<T> UnwindOffset<T> for EhFrameOffset<T>where
T: ReaderOffset,
impl<T> UnwindOffset<T> for EhFrameOffset<T>where T: ReaderOffset,
impl<T: Copy> Copy for EhFrameOffset<T>
impl<T: Eq> Eq for EhFrameOffset<T>
impl<T> StructuralEq for EhFrameOffset<T>
impl<T> StructuralPartialEq for EhFrameOffset<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for EhFrameOffset<T>where T: RefUnwindSafe,
impl<T> Send for EhFrameOffset<T>where T: Send,
impl<T> Sync for EhFrameOffset<T>where T: Sync,
impl<T> Unpin for EhFrameOffset<T>where T: Unpin,
impl<T> UnwindSafe for EhFrameOffset<T>where T: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more