pub enum FOVR_AW {
CLEAR = 1,
}
Expand description
FOVR0
Value on reset: 0
Variants§
CLEAR = 1
1: Clear flag
Trait Implementations§
impl Copy for FOVR_AW
impl StructuralPartialEq for FOVR_AW
Auto Trait Implementations§
impl Freeze for FOVR_AW
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§
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