Struct object::read::RelocationMapEntry
source · struct RelocationMapEntry {
implicit_addend: bool,
addend: u64,
}
Fields§
§implicit_addend: bool
§addend: u64
Trait Implementations§
source§impl Clone for RelocationMapEntry
impl Clone for RelocationMapEntry
source§fn clone(&self) -> RelocationMapEntry
fn clone(&self) -> RelocationMapEntry
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 Debug for RelocationMapEntry
impl Debug for RelocationMapEntry
source§impl Hash for RelocationMapEntry
impl Hash for RelocationMapEntry
source§impl PartialEq for RelocationMapEntry
impl PartialEq for RelocationMapEntry
source§fn eq(&self, other: &RelocationMapEntry) -> bool
fn eq(&self, other: &RelocationMapEntry) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RelocationMapEntry
impl Eq for RelocationMapEntry
impl StructuralPartialEq for RelocationMapEntry
Auto Trait Implementations§
impl Freeze for RelocationMapEntry
impl RefUnwindSafe for RelocationMapEntry
impl Send for RelocationMapEntry
impl Sync for RelocationMapEntry
impl Unpin for RelocationMapEntry
impl UnwindSafe for RelocationMapEntry
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