Enum minidump::system_info::CPU [] [src]

pub enum CPU {
    X86,
    X86_64,
    PPC,
    PPC64,
    Sparc,
    ARM,
    ARM64,
    Unknown(u32),
}

Known CPU types.

Variants

Trait Implementations

impl Copy for CPU
[src]

impl Clone for CPU
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CPU
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for CPU
[src]

[src]

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

[src]

This method tests for !=.

impl EnumFromPrimitive for CPU
[src]

[src]

Given a primitive value u, produce an enum value.

impl Display for CPU
[src]

[src]

Formats the value using the given formatter. Read more