Enum raw_cpuid::CacheInfoType
[−]
[src]
pub enum CacheInfoType {
GENERAL,
CACHE,
TLB,
STLB,
DTLB,
PREFETCH,
}Variants
GENERALCACHETLBSTLBDTLBPREFETCHTrait Implementations
impl Debug for CacheInfoType[src]
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