Enum raw_cpuid::CacheType [] [src]

pub enum CacheType {
    NULL,
    DATA,
    INSTRUCTION,
    UNIFIED,
    RESERVED,
}

Variants

Null - No more caches

4-31 = Reserved

Trait Implementations

impl Eq for CacheType
[src]

impl PartialEq for CacheType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.