pub enum RMVFW {
CLEAR,
}
Expand description
Values that can be written to the field RMVF
Variants§
CLEAR
Clears the reset flag
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