Struct raw_cpuid::ExtendedFunctionInfo [] [src]

pub struct ExtendedFunctionInfo {
    // some fields omitted
}

Methods

impl ExtendedFunctionInfo
[src]

Retrieve processor brand string.

Extended Processor Signature and Feature Bits.

Cache Line size in bytes

L2 Associativity field

Cache size in 1K units

Is Invariant TSC available?

Is LAHF/SAHF available in 64-bit mode?

Is LZCNT available?

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

impl Debug for ExtendedFunctionInfo
[src]

Formats the value using the given formatter.