pub struct Cpuid(/* private fields */);
Expand description
A Linux CPU ID.
Implementations§
Trait Implementations§
source§impl PartialEq for Cpuid
impl PartialEq for Cpuid
impl Copy for Cpuid
impl Eq for Cpuid
impl StructuralEq for Cpuid
impl StructuralPartialEq for Cpuid
Auto Trait Implementations§
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