Enum cupi::Hardware [−] [src]

pub enum Hardware {
    RaspberryPi(RaspberryModel, RaspberryRevision, RaspberryMaker),
    Unknown,
}

Variants

Trait Implementations

impl Clone for Hardware
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Hardware
[src]

impl Debug for Hardware
[src]

Formats the value using the given formatter.