Enum raw_cpuid::CacheInfoType [−][src]
pub enum CacheInfoType {
General,
Cache,
TLB,
STLB,
DTLB,
Prefetch,
}What type of cache are we dealing with?
Variants
Trait Implementations
impl Clone for CacheInfoType[src]
impl Clone for CacheInfoType[src]fn clone(&self) -> CacheInfoType[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Default for CacheInfoType[src]
impl Default for CacheInfoType[src]