pub struct ElfRelocHit {
pub section_index: usize,
pub entry: RelocationEntry,
}Expand description
ELF relocation with the owning section index.
Fields§
§section_index: usize§entry: RelocationEntryTrait Implementations§
Source§impl Clone for ElfRelocHit
impl Clone for ElfRelocHit
Source§fn clone(&self) -> ElfRelocHit
fn clone(&self) -> ElfRelocHit
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ElfRelocHit
impl RefUnwindSafe for ElfRelocHit
impl Send for ElfRelocHit
impl Sync for ElfRelocHit
impl Unpin for ElfRelocHit
impl UnsafeUnpin for ElfRelocHit
impl UnwindSafe for ElfRelocHit
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