Enum cupi::RaspberryMaker [] [src]

pub enum RaspberryMaker {
    Egoman,
    Sony,
    Qisda,
    MBest,
    Unknown,
}

Variants

Trait Implementations

impl Clone for RaspberryMaker
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RaspberryMaker
[src]

impl Debug for RaspberryMaker
[src]

Formats the value using the given formatter.

impl Display for RaspberryMaker
[src]

Formats the value using the given formatter. Read more