Struct libelf_sys::Elf32_Verdef [] [src]

#[repr(C)]
pub struct Elf32_Verdef { pub vd_version: Elf32_Half, pub vd_flags: Elf32_Half, pub vd_ndx: Elf32_Half, pub vd_cnt: Elf32_Half, pub vd_hash: Elf32_Word, pub vd_aux: Elf32_Word, pub vd_next: Elf32_Word, }

Fields

Trait Implementations

impl Debug for Elf32_Verdef
[src]

[src]

Formats the value using the given formatter.

impl Copy for Elf32_Verdef
[src]

impl Clone for Elf32_Verdef
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more