Enum raw_cpuid::CacheInfoType[][src]

pub enum CacheInfoType {
    GENERAL,
    CACHE,
    TLB,
    STLB,
    DTLB,
    PREFETCH,
}

Variants

Trait Implementations

impl Copy for CacheInfoType
[src]

impl Clone for CacheInfoType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CacheInfoType
[src]

Formats the value using the given formatter. Read more

impl Default for CacheInfoType
[src]

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

Auto Trait Implementations