Struct libelf_sys::Elf64_Rel [] [src]

#[repr(C)]
pub struct Elf64_Rel { pub r_offset: Elf64_Addr, pub r_info: Elf64_Xword, }

Fields

Trait Implementations

impl Debug for Elf64_Rel
[src]

Formats the value using the given formatter.

impl Copy for Elf64_Rel
[src]

impl Clone for Elf64_Rel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more