pub type Elf64_Rela = __c_anonymous_elf64_rela;
Aliased Type§
struct Elf64_Rela {
pub r_offset: u64,
pub r_info: u64,
pub r_addend: i64,
}
Fields§
§r_offset: u64
§r_info: u64
§r_addend: i64
Trait Implementations
source§impl Clone for __c_anonymous_elf64_rela
impl Clone for __c_anonymous_elf64_rela
source§fn clone(&self) -> __c_anonymous_elf64_rela
fn clone(&self) -> __c_anonymous_elf64_rela
Returns a copy 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 more