Enum raw_cpuid::CacheInfoType
source · pub enum CacheInfoType {
General,
Cache,
TLB,
STLB,
DTLB,
Prefetch,
}
Expand description
What type of cache are we dealing with?
Variants§
Trait Implementations§
source§impl Clone for CacheInfoType
impl Clone for CacheInfoType
source§fn clone(&self) -> CacheInfoType
fn clone(&self) -> CacheInfoType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more