Struct raw_cpuid::ProcessorBrandString[][src]

pub struct ProcessorBrandString { /* fields omitted */ }
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

Return the processor brand string as a rust string.

For example: “11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz”.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.