Enum raw_cpuid::CacheInfoType [] [src]

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

Variants

GENERALCACHETLBSTLBDTLBPREFETCH

Trait Implementations

impl Debug for CacheInfoType
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for CacheInfoType
[src]

fn clone(&self) -> CacheInfoType

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for CacheInfoType
[src]