libc

Type Alias Elf64_Rela

Source
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

Source§

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)

Performs copy-assignment from source. Read more
Source§

impl Copy for __c_anonymous_elf64_rela