Enum raw_cpuid::Associativity
source · pub enum Associativity {
Disabled,
DirectMapped,
NWay(u8),
FullyAssociative,
Unknown,
}
Expand description
Info about cache Associativity.
Variants§
Trait Implementations§
source§impl Debug for Associativity
impl Debug for Associativity
source§impl Display for Associativity
impl Display for Associativity
source§impl PartialEq for Associativity
impl PartialEq for Associativity
source§fn eq(&self, other: &Associativity) -> bool
fn eq(&self, other: &Associativity) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.