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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UnknownCpu
Source§impl Debug for UnknownCpu
impl Debug 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 UnsafeUnpin 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