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