Struct gimli::DebugAddrBase
source · pub struct DebugAddrBase<T = usize>(pub T);
Expand description
An offset to a set of entries in the .debug_addr
section.
Tuple Fields§
§0: T
Trait Implementations§
source§impl<T: Clone> Clone for DebugAddrBase<T>
impl<T: Clone> Clone for DebugAddrBase<T>
source§fn clone(&self) -> DebugAddrBase<T>
fn clone(&self) -> DebugAddrBase<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 DebugAddrBase<T>
impl<T: Debug> Debug for DebugAddrBase<T>
source§impl<T: PartialEq> PartialEq<DebugAddrBase<T>> for DebugAddrBase<T>
impl<T: PartialEq> PartialEq<DebugAddrBase<T>> for DebugAddrBase<T>
source§fn eq(&self, other: &DebugAddrBase<T>) -> bool
fn eq(&self, other: &DebugAddrBase<T>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl<T: Copy> Copy for DebugAddrBase<T>
impl<T: Eq> Eq for DebugAddrBase<T>
impl<T> StructuralEq for DebugAddrBase<T>
impl<T> StructuralPartialEq for DebugAddrBase<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for DebugAddrBase<T>where T: RefUnwindSafe,
impl<T> Send for DebugAddrBase<T>where T: Send,
impl<T> Sync for DebugAddrBase<T>where T: Sync,
impl<T> Unpin for DebugAddrBase<T>where T: Unpin,
impl<T> UnwindSafe for DebugAddrBase<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