Enum cupi::Hardware
[−]
[src]
pub enum Hardware {
RaspberryPi(RaspberryModel, RaspberryRevision, RaspberryMaker),
Unknown,
}Variants
RaspberryPi(RaspberryModel, RaspberryRevision, RaspberryMaker)UnknownTrait Implementations
impl Clone for Hardware[src]
fn clone(&self) -> Hardware
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