Enum winproc::ProcessorArchitecture[][src]

pub enum ProcessorArchitecture {
    AMD64,
    Alpha,
    Alpha64,
    ARM,
    ARM64,
    IA64,
    Intel,
    PPC,
    SHX,
    MIPS,
    MSIL,
    Neutral,
    ARM32OnWin64,
    IA32OnWin64,
    IA32OnARM64,
    Unknown,
}

Variants

Trait Implementations

impl Debug for ProcessorArchitecture
[src]

Formats the value using the given formatter. Read more

impl Copy for ProcessorArchitecture
[src]

impl Clone for ProcessorArchitecture
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for ProcessorArchitecture
[src]

impl PartialEq for ProcessorArchitecture
[src]

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

This method tests for !=.

impl Hash for ProcessorArchitecture
[src]

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

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

impl From<WORD> for ProcessorArchitecture
[src]

Performs the conversion.

Auto Trait Implementations