Struct raw_cpuid::ExtendedFunctionInfo [−][src]
pub struct ExtendedFunctionInfo { /* fields omitted */ }
Implementations
Retrieve processor brand string. For example “11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz”.
Extended Processor Signature and Feature Bits.
Cache Line size in bytes
L2 Associativity field
Cache size in 1K units
#Physical Address Bits
#Linear Address Bits
Is Invariant TSC available?
Is LAHF/SAHF available in 64-bit mode?
Is PREFETCHW available?
Are fast system calls available.
Is there support for execute disable bit.
Is there support for 1GiB pages.
Check support for rdtscp instruction.
Check support for 64-bit mode.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for ExtendedFunctionInfo
impl Sync for ExtendedFunctionInfo
impl Unpin for ExtendedFunctionInfo