Struct libelf_sys::Elf64_Rel
[−]
[src]
#[repr(C)]pub struct Elf64_Rel { pub r_offset: Elf64_Addr, pub r_info: Elf64_Xword, }
Fields
r_offset: Elf64_Addr
r_info: Elf64_Xword
Trait Implementations
impl Debug for Elf64_Rel
[src]
impl Copy for Elf64_Rel
[src]
impl Clone for Elf64_Rel
[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