Struct libelf_sys::Elf32_Ehdr [] [src]

#[repr(C)]
pub struct Elf32_Ehdr { pub e_ident: [c_uchar; 16], pub e_type: Elf32_Half, pub e_machine: Elf32_Half, pub e_version: Elf32_Word, pub e_entry: Elf32_Addr, pub e_phoff: Elf32_Off, pub e_shoff: Elf32_Off, pub e_flags: Elf32_Word, pub e_ehsize: Elf32_Half, pub e_phentsize: Elf32_Half, pub e_phnum: Elf32_Half, pub e_shentsize: Elf32_Half, pub e_shnum: Elf32_Half, pub e_shstrndx: Elf32_Half, }

Fields

Trait Implementations

impl Debug for Elf32_Ehdr
[src]

Formats the value using the given formatter.

impl Copy for Elf32_Ehdr
[src]

impl Clone for Elf32_Ehdr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more