Enum raw_cpuid::CacheType [−][src]
pub enum CacheType {
Null,
Data,
Instruction,
Unified,
Reserved,
}Variants
Null - No more caches
Data cache
Instruction cache
Data and Instruction cache
4-31 = Reserved
pub enum CacheType {
Null,
Data,
Instruction,
Unified,
Reserved,
}Null - No more caches
Data cache
Instruction cache
Data and Instruction cache
4-31 = Reserved
impl Eq for CacheType[src]impl StructuralEq for CacheType[src]impl StructuralPartialEq for CacheType[src]