Struct cupi::Board [] [src]

pub struct Board {
    pub hardware: Hardware,
    pub cpu: CPU,
    pub memory: u32,
    pub overvolted: bool,
}

Fields

Methods

impl Board
[src]

Trait Implementations

impl Clone for Board
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Board
[src]

impl Debug for Board
[src]

Formats the value using the given formatter.