Struct raw_cpuid::ExtendedFunctionInfo[][src]

pub struct ExtendedFunctionInfo { /* 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

#Physical Address Bits

#Linear Address Bits

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. Read more

impl Default for ExtendedFunctionInfo
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations