Struct libelf_sys::Elf64_Vernaux [] [src]

#[repr(C)]
pub struct Elf64_Vernaux { pub vna_hash: Elf64_Word, pub vna_flags: Elf64_Half, pub vna_other: Elf64_Half, pub vna_name: Elf64_Word, pub vna_next: Elf64_Word, }

Fields

Trait Implementations

impl Debug for Elf64_Vernaux
[src]

[src]

Formats the value using the given formatter.

impl Copy for Elf64_Vernaux
[src]

impl Clone for Elf64_Vernaux
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more