Struct target_features::UnknownCpu
source · pub struct UnknownCpu;Expand description
Returned by Target::from_cpu when the requested CPU can’t be found.
Trait Implementations§
source§impl Clone for UnknownCpu
impl Clone for UnknownCpu
source§fn clone(&self) -> UnknownCpu
fn clone(&self) -> UnknownCpu
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more