Enum raw_cpuid::CacheInfoType [] [src]

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

Variants

Trait Implementations

impl Debug for CacheInfoType
[src]

Formats the value using the given formatter.

impl Clone for CacheInfoType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CacheInfoType
[src]