Struct cupi::Board
[−]
[src]
pub struct Board {
pub hardware: Hardware,
pub cpu: CPU,
pub memory: u32,
pub overvolted: bool,
}Fields
hardware: Hardware
cpu: CPU
memory: u32
overvolted: bool
Methods
impl Board[src]
fn pin_to_gpio(&self, pin: usize) -> Result<usize>
Trait Implementations
impl Clone for Board[src]
fn clone(&self) -> Board
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more