pub enum RMVFW {
Clear = 1,
}
Expand description
Remove reset flag
Value on reset: 0
Variants§
Clear = 1
1: Clears the reset flag
Trait Implementations§
impl Copy for RMVFW
impl Eq for RMVFW
impl StructuralPartialEq for RMVFW
Auto Trait Implementations§
impl Freeze for RMVFW
impl RefUnwindSafe for RMVFW
impl Send for RMVFW
impl Sync for RMVFW
impl Unpin for RMVFW
impl UnwindSafe for RMVFW
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