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
sourceimpl Debug for SoCVendorBrand
impl Debug for SoCVendorBrand
sourceimpl Display for SoCVendorBrand
impl Display for SoCVendorBrand
sourceimpl PartialEq<SoCVendorBrand> for SoCVendorBrand
impl PartialEq<SoCVendorBrand> for SoCVendorBrand
sourcefn eq(&self, other: &SoCVendorBrand) -> bool
fn eq(&self, other: &SoCVendorBrand) -> bool
impl Eq for SoCVendorBrand
impl StructuralEq for SoCVendorBrand
impl StructuralPartialEq for SoCVendorBrand
Auto Trait Implementations
impl RefUnwindSafe for SoCVendorBrand
impl Send for SoCVendorBrand
impl Sync for SoCVendorBrand
impl Unpin for SoCVendorBrand
impl UnwindSafe for SoCVendorBrand
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more