Union libelf_sys::Elf32_gptab [] [src]

#[repr(C)]
pub union Elf32_gptab { pub gt_header: Elf32_gptab__bindgen_ty_1, pub gt_entry: Elf32_gptab__bindgen_ty_2, // some fields omitted }

Fields

gt_header: Elf32_gptab__bindgen_ty_1 gt_entry: Elf32_gptab__bindgen_ty_2

Trait Implementations

impl Copy for Elf32_gptab
[src]

impl Clone for Elf32_gptab
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more