Struct elrond::ElfHeader [] [src]

pub struct ElfHeader {
    pub endian: Endian,
    pub wordsize: Platform,
    pub abi: ABI,
    pub kind: Kind,
    pub arch: Arch,
    pub entry: Elf_Addr,
    pub phoff: Elf_Off,
    pub shoff: Elf_Off,
    pub flags: Elf_Word,
    pub ehsize: Elf_Half,
    pub phentsize: Elf_Half,
    pub phnum: Elf_Half,
    pub shentsize: Elf_Half,
    pub shnum: Elf_Half,
    pub shstrndx: Elf_Half,
}

Full Elf Header

Fields

Trait Implementations

impl Debug for ElfHeader
[src]

[src]

Formats the value using the given formatter.

impl Copy for ElfHeader
[src]

impl Clone for ElfHeader
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more