Enum faerie::Target [] [src]

pub enum Target {
    X86_64,
    X86,
    ARM64,
    ARMv7,
    Unknown,
}

A machine architecture target

Variants

Trait Implementations

impl Debug for Target
[src]

[src]

Formats the value using the given formatter.

impl Copy for Target
[src]

impl Clone for Target
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more