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