Struct libelf_sys::Elf64_Verneed [] [src]

#[repr(C)]
pub struct Elf64_Verneed { pub vn_version: Elf64_Half, pub vn_cnt: Elf64_Half, pub vn_file: Elf64_Word, pub vn_aux: Elf64_Word, pub vn_next: Elf64_Word, }

Fields

Trait Implementations

impl Debug for Elf64_Verneed
[src]

Formats the value using the given formatter.

impl Copy for Elf64_Verneed
[src]

impl Clone for Elf64_Verneed
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more