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 Ord for Waysel
impl Ord for Waysel
§impl PartialOrd for Waysel
impl PartialOrd for Waysel
impl Copy for Waysel
impl Eq 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 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