Enum raw_cpuid::CacheType[][src]

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

Variants

Null - No more caches

4-31 = Reserved

Trait Implementations

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 !=.

impl Eq for CacheType
[src]

impl Debug for CacheType
[src]

Formats the value using the given formatter. Read more

impl Default for CacheType
[src]

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

Auto Trait Implementations

impl Send for CacheType

impl Sync for CacheType