Struct elf_parser::arch::RelocatePair
source · pub struct RelocatePair {
pub src: VirtAddr,
pub dst: VirtAddr,
pub count: usize,
}
Expand description
To describe the relocation pair in the ELF
Fields§
§src: VirtAddr
the source address of the relocation
dst: VirtAddr
the destination address of the relocation
count: usize
the set of bits affected by this relocation
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RelocatePair
impl Send for RelocatePair
impl Sync for RelocatePair
impl Unpin for RelocatePair
impl UnwindSafe for RelocatePair
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