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
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)