#[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