Enum cupi::RaspberryModel [] [src]

pub enum RaspberryModel {
    A,
    B,
    BP,
    AP,
    CM,
    B2,
    UN,
}

Variants

Trait Implementations

impl Clone for RaspberryModel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RaspberryModel
[src]

impl Debug for RaspberryModel
[src]

Formats the value using the given formatter.

impl Display for RaspberryModel
[src]

Formats the value using the given formatter. Read more