Enum Invw0
pub enum Invw0 {
_0 = 0,
_1 = 1,
}Expand description
Invalidate Way 0
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Invw0
impl Eq for Invw0
impl StructuralPartialEq for Invw0
Auto Trait Implementations§
impl Freeze for Invw0
impl RefUnwindSafe for Invw0
impl Send for Invw0
impl Sync for Invw0
impl Unpin for Invw0
impl UnwindSafe for Invw0
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