Enum rpi_info::Model [] [src]

pub enum Model {
    A,
    APlus,
    B,
    BPlus,
    B2,
    Alpha,
    B3,
    B3Plus,
    CM1,
    Zero,
    CM3,
    ZeroW,
}

The names are re-ordered because variants can't start with a number in Rust.

Variants

Trait Implementations

impl Debug for Model
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Model
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for Model
[src]

impl PartialEq for Model
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Display for Model
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Model

impl Sync for Model