Struct rpi_info::Revision [] [src]

pub struct Revision {
    pub revision_code: u32,
    pub memory: MemorySize,
    pub mfg: Manufacturer,
    pub model: Model,
    pub revision_num: RevisionNum,
    pub processor: Processor,
}

Fields

The code from which the rest of the information was derived

Trait Implementations

impl Debug for Revision
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Revision
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for Revision
[src]

impl PartialEq for Revision
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for Revision

impl Sync for Revision