Enum cupi::CPU
[−]
[src]
pub enum CPU {
BCM2708,
BCM2709,
Unknown,
}Variants
BCM2708BCM2709UnknownTrait Implementations
impl Clone for CPU[src]
fn clone(&self) -> CPU
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