Struct raw_cpuid::ProcessorBrandString
source · pub struct ProcessorBrandString { /* private fields */ }
Expand description
Processor name (LEAF=0x8000_0002..=0x8000_0004).
ASCII string up to 48 characters in length corresponding to the processor name.
Platforms
✅ AMD ✅ Intel
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ProcessorBrandString
impl Send for ProcessorBrandString
impl Sync for ProcessorBrandString
impl Unpin for ProcessorBrandString
impl UnwindSafe for ProcessorBrandString
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