Struct raw_cpuid::SoCVendorBrand
source · #[repr(C)]pub struct SoCVendorBrand { /* private fields */ }
Expand description
A vendor brand string as queried from the cpuid leaf.
Implementations§
Trait Implementations§
source§impl Debug for SoCVendorBrand
impl Debug for SoCVendorBrand
source§impl Display for SoCVendorBrand
impl Display for SoCVendorBrand
source§impl PartialEq for SoCVendorBrand
impl PartialEq for SoCVendorBrand
source§fn eq(&self, other: &SoCVendorBrand) -> bool
fn eq(&self, other: &SoCVendorBrand) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.