#[repr(C)]pub struct elf64_rela {
pub r_offset: Elf64_Addr,
pub r_info: Elf64_Xword,
pub r_addend: Elf64_Sxword,
}Fields§
§r_offset: Elf64_Addr§r_info: Elf64_Xword§r_addend: Elf64_SxwordTrait Implementations§
Source§impl Clone for elf64_rela
impl Clone for elf64_rela
Source§fn clone(&self) -> elf64_rela
fn clone(&self) -> elf64_rela
Returns a duplicate 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 elf64_rela
impl Debug for elf64_rela
impl Copy for elf64_rela
Auto Trait Implementations§
impl Freeze for elf64_rela
impl RefUnwindSafe for elf64_rela
impl Send for elf64_rela
impl Sync for elf64_rela
impl Unpin for elf64_rela
impl UnwindSafe for elf64_rela
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