Struct libelf_sys::Elf64_Verdef [] [src]

#[repr(C)]
pub struct Elf64_Verdef { pub vd_version: Elf64_Half, pub vd_flags: Elf64_Half, pub vd_ndx: Elf64_Half, pub vd_cnt: Elf64_Half, pub vd_hash: Elf64_Word, pub vd_aux: Elf64_Word, pub vd_next: Elf64_Word, }

Fields

Trait Implementations

impl Debug for Elf64_Verdef
[src]

[src]

Formats the value using the given formatter.

impl Copy for Elf64_Verdef
[src]

impl Clone for Elf64_Verdef
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more