Enum raw_cpuid::CacheType [−][src]
pub enum CacheType {
NULL,
DATA,
INSTRUCTION,
UNIFIED,
RESERVED,
}Variants
NULLNull - No more caches
DATAINSTRUCTIONUNIFIEDRESERVED4-31 = Reserved
Trait Implementations
impl PartialEq for CacheType[src]
impl PartialEq for CacheTypefn eq(&self, other: &CacheType) -> bool[src]
fn eq(&self, other: &CacheType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for CacheType[src]
impl Eq for CacheTypeimpl Debug for CacheType[src]
impl Debug for CacheTypefn 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 CacheType[src]
impl Default for CacheType