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 moresource§impl Debug for UnknownCpu
impl Debug for UnknownCpu
source§impl Display for UnknownCpu
impl Display for UnknownCpu
impl Copy for UnknownCpu
Auto Trait Implementations§
impl Freeze for UnknownCpu
impl RefUnwindSafe for UnknownCpu
impl Send for UnknownCpu
impl Sync for UnknownCpu
impl Unpin for UnknownCpu
impl UnwindSafe for UnknownCpu
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more