Struct rustix::process::Cpuid
#[repr(transparent)]
pub struct Cpuid(_);
The portability is definied by:
#[cfg(any(linux_raw,
all(libc, any(target_os = "android", target_os = "linux"))))]
Documentation
A Linux CPU ID.
Implementations
Trait Implementations
impl Debug for Cpuid
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for Cpuid
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for Cpuid
impl StructuralPartialEq for Cpuid
Auto Trait Implementations
impl RefUnwindSafe for Cpuid
impl UnwindSafe for Cpuid
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T