libc

Type Alias Elf64_Rel

Source
pub type Elf64_Rel = __c_anonymous_elf64_rel;

Aliased Type§

struct Elf64_Rel {
    pub r_offset: u64,
    pub r_info: u64,
}

Fields§

§r_offset: u64§r_info: u64

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 16 bytes