Enum raw_cpuid::CacheInfoType
source · pub enum CacheInfoType {
GENERAL,
CACHE,
TLB,
STLB,
DTLB,
PREFETCH,
}
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 moresource§impl Debug for CacheInfoType
impl Debug for CacheInfoType
source§impl Default for CacheInfoType
impl Default for CacheInfoType
source§fn default() -> CacheInfoType
fn default() -> CacheInfoType
Returns the “default value” for a type. Read more