#[repr(u8)]
pub enum WAY_AW {
WAY0,
WAY1,
WAY2,
WAY3,
}
Expand description
Invalidate Way
Value on reset: 0
Variants
WAY0
0: Way 0 is selection for index invalidation
WAY1
1: Way 1 is selection for index invalidation
WAY2
2: Way 2 is selection for index invalidation
WAY3
3: Way 3 is selection for index invalidation
Trait Implementations
impl Copy for WAY_AW
impl StructuralPartialEq for WAY_AW
Auto Trait Implementations
impl RefUnwindSafe for WAY_AW
impl Send for WAY_AW
impl Sync for WAY_AW
impl Unpin for WAY_AW
impl UnwindSafe for WAY_AW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more