Struct libelf_sys::Elf32_Vernaux [] [src]

#[repr(C)]
pub struct Elf32_Vernaux { pub vna_hash: Elf32_Word, pub vna_flags: Elf32_Half, pub vna_other: Elf32_Half, pub vna_name: Elf32_Word, pub vna_next: Elf32_Word, }

Fields

Trait Implementations

impl Debug for Elf32_Vernaux
[src]

Formats the value using the given formatter.

impl Copy for Elf32_Vernaux
[src]

impl Clone for Elf32_Vernaux
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more