Enum raw_cpuid::L2Associativity [−][src]
pub enum L2Associativity {
Disabled,
DirectMapped,
TwoWay,
FourWay,
EightWay,
SixteenWay,
FullyAssiciative,
Unknown,
}Variants
DisabledDirectMappedTwoWayFourWayEightWaySixteenWayFullyAssiciativeUnknown
Trait Implementations
impl PartialEq for L2Associativity[src]
impl PartialEq for L2Associativityfn eq(&self, other: &L2Associativity) -> bool[src]
fn eq(&self, other: &L2Associativity) -> 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 L2Associativity[src]
impl Eq for L2Associativityimpl Debug for L2Associativity[src]
impl Debug for L2Associativityfn 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 L2Associativity[src]
impl Default for L2Associativityfn default() -> L2Associativity[src]
fn default() -> L2AssociativityReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for L2Associativity
impl Send for L2Associativityimpl Sync for L2Associativity
impl Sync for L2Associativity