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