[][src]Struct rpi_info::Revision

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

Fields

revision_code: u32

The code from which the rest of the information was derived

memory: MemorySizemfg: Manufacturermodel: Modelrevision_num: RevisionNumprocessor: Processor

Trait Implementations

impl Eq for Revision[src]

impl PartialEq<Revision> for Revision[src]

impl Clone for Revision[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for Revision[src]

Auto Trait Implementations

impl Send for Revision

impl Sync for Revision

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]