Struct raw_cpuid::CacheInfo [] [src]

pub struct CacheInfo {
    pub num: u8,
    pub typ: CacheInfoType,
    pub desc: &'static str,
}

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

Fields

Number as retrieved from cpuid

Cache type

Description of the cache (from Intel Manual)

Trait Implementations

impl Debug for CacheInfo
[src]

Formats the value using the given formatter.

impl Clone for CacheInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CacheInfo
[src]

impl Display for CacheInfo
[src]

Formats the value using the given formatter.