#[repr(transparent)]pub struct Cpuid(u32);
Expand description
A Linux CPU ID.
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
source§impl PartialEq for Cpuid
impl PartialEq 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