Struct libelf_sys::Elf64_Rela
[−]
[src]
#[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_Sxword
Trait Implementations
impl Debug for Elf64_Rela
[src]
impl Copy for Elf64_Rela
[src]
impl Clone for Elf64_Rela
[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more