Enum Waysel
#[repr(u8)]pub enum Waysel {
DirectMapped = 0,
NWaySetAssociative = 1,
}Variants§
DirectMapped = 0
direct mapped cache (1-way cache)
NWaySetAssociative = 1
n-way set associative cache (reset value)
Implementations§
Trait Implementations§
impl Copy for Waysel
impl Eq for Waysel
§impl Ord for Waysel
impl Ord for Waysel
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Waysel
impl PartialOrd for Waysel
impl StructuralPartialEq for Waysel
Auto Trait Implementations§
impl Freeze for Waysel
impl RefUnwindSafe for Waysel
impl Send for Waysel
impl Sync for Waysel
impl Unpin for Waysel
impl UnsafeUnpin for Waysel
impl UnwindSafe for Waysel
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