Struct x86::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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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