pub struct CpuId(/* private fields */);
Trait Implementations§
Source§impl Ord for CpuId
impl Ord for CpuId
Source§impl PartialOrd for CpuId
impl PartialOrd for CpuId
impl Copy for CpuId
impl Eq for CpuId
impl StructuralPartialEq for CpuId
Auto Trait Implementations§
impl Freeze for CpuId
impl RefUnwindSafe for CpuId
impl Send for CpuId
impl Sync for CpuId
impl Unpin for CpuId
impl UnwindSafe for CpuId
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