Enum object::Machine[][src]

pub enum Machine {
    Other,
    Arm,
    Arm64,
    X86,
    X86_64,
}

The machine type of an object file.

Variants

An unrecognized machine type.

ARM

ARM64

x86

x86-64

Trait Implementations

impl Debug for Machine
[src]

Formats the value using the given formatter. Read more

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]

impl PartialEq for Machine
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Machine
[src]

Auto Trait Implementations

impl Send for Machine

impl Sync for Machine