Enum guzuta::Arch[][src]

pub enum Arch {
    I686,
    X86_64,
    ARM,
    ARMV6H,
    ARMV7H,
    AARCH64,
}

Variants

Trait Implementations

impl Debug for Arch
[src]

Formats the value using the given formatter. Read more

impl Clone for Arch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Arch
[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 Arch
[src]

impl Hash for Arch
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Display for Arch
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Arch

impl Sync for Arch