Enum raw_cpuid::CacheInfoType [−][src]
pub enum CacheInfoType {
GENERAL,
CACHE,
TLB,
STLB,
DTLB,
PREFETCH,
}Variants
GENERALCACHETLBSTLBDTLBPREFETCH
Trait Implementations
impl Copy for CacheInfoType[src]
impl Copy for CacheInfoTypeimpl Clone for CacheInfoType[src]
impl Clone for CacheInfoTypefn clone(&self) -> CacheInfoType[src]
fn clone(&self) -> CacheInfoTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for CacheInfoType[src]
impl Debug for CacheInfoTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for CacheInfoType[src]
impl Default for CacheInfoTypefn default() -> CacheInfoType[src]
fn default() -> CacheInfoTypeReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for CacheInfoType
impl Send for CacheInfoTypeimpl Sync for CacheInfoType
impl Sync for CacheInfoType