Enum libcpuid_dump::CpuCodename
source · pub enum CpuCodename {
Amd(AmdCodename),
Intel(IntelCodename),
Zhaoxin(ZhaoxinCodename),
Unknown(CpuVendor, u32, u32),
}Expand description
CPU (SoC) codenames by vendor
Variants§
Trait Implementations§
source§impl Debug for CpuCodename
impl Debug for CpuCodename
source§impl Display for CpuCodename
impl Display for CpuCodename
source§impl PartialEq for CpuCodename
impl PartialEq for CpuCodename
source§fn eq(&self, other: &CpuCodename) -> bool
fn eq(&self, other: &CpuCodename) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for CpuCodename
impl StructuralEq for CpuCodename
impl StructuralPartialEq for CpuCodename
Auto Trait Implementations§
impl RefUnwindSafe for CpuCodename
impl Send for CpuCodename
impl Sync for CpuCodename
impl Unpin for CpuCodename
impl UnwindSafe for CpuCodename
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