Struct raw_cpuid::CacheInfo[][src]

pub struct CacheInfo {
    pub num: u8,
    pub typ: CacheInfoType,
}

Describes any kind of cache (TLB, Data and Instruction caches plus prefetchers).

Fields

Number as retrieved from cpuid

Cache type

Methods

impl CacheInfo
[src]

Description of the cache (from Intel Manual)

Trait Implementations

impl Copy for CacheInfo
[src]

impl Clone for CacheInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CacheInfo
[src]

Formats the value using the given formatter. Read more

impl Default for CacheInfo
[src]

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

impl Display for CacheInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CacheInfo

impl Sync for CacheInfo