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