Struct elfbin::Header[][src]

pub struct Header {
    pub class: Class,
    pub encoding: Encoding,
    pub machine: u16,
    pub flags: u32,
}
Expand description

Represents the main ELF header.

Fields

class: Class

The ELF file class (32-bit or 64-bit).

encoding: Encoding

The data encoding (LSB first or MSB first).

machine: u16

The target CPU architecture, using values allocated in the ELF documentation.

flags: u32

Machine-specific file flags.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.