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 ==
.impl Eq for Associativity
impl StructuralEq for Associativity
impl StructuralPartialEq for Associativity
Auto Trait Implementations§
impl RefUnwindSafe for Associativity
impl Send for Associativity
impl Sync for Associativity
impl Unpin for Associativity
impl UnwindSafe for Associativity
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more