Enum xmas_elf::header::Machine [] [src]

pub enum Machine {
    None,
    Sparc,
    X86,
    Mips,
    PowerPC,
    Arm,
    SuperH,
    Ia64,
    X86_64,
    AArch64,
    Other(u16),
}

Variants

Trait Implementations

impl Debug for Machine
[src]

Formats the value using the given formatter.

impl Clone for Machine
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Machine
[src]