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

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.