pub enum FOVR_AW {
CLEAR,
}
Expand description
FOVR0
Value on reset: 0
Variants
CLEAR
1: Clear flag
Trait Implementations
impl Copy for FOVR_AW
impl StructuralPartialEq for FOVR_AW
Auto Trait Implementations
impl RefUnwindSafe for FOVR_AW
impl Send for FOVR_AW
impl Sync for FOVR_AW
impl Unpin for FOVR_AW
impl UnwindSafe for FOVR_AW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more