Enum cupi::CPU [] [src]

pub enum CPU {
    BCM2708,
    BCM2709,
    Unknown,
}

Variants

Trait Implementations

impl Clone for CPU
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CPU
[src]

impl Debug for CPU
[src]

Formats the value using the given formatter.