Enum cupi::RaspberryModel
[−]
[src]
pub enum RaspberryModel {
A,
B,
BP,
AP,
CM,
B2,
UN,
}Variants
ABBPAPCMB2UNTrait Implementations
impl Clone for RaspberryModel[src]
fn clone(&self) -> RaspberryModel
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