Enum cupi::RaspberryRevision [] [src]

pub enum RaspberryRevision {
    V1,
    V11,
    V12,
    V2,
    UN,
}

Variants

Methods

impl RaspberryRevision
[src]

Trait Implementations

impl Clone for RaspberryRevision
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RaspberryRevision
[src]

impl Debug for RaspberryRevision
[src]

Formats the value using the given formatter.

impl Display for RaspberryRevision
[src]

Formats the value using the given formatter.