pub enum OVRIEW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field OVRIE
Variants§
Auto Trait Implementations§
impl Freeze for OVRIEW
impl RefUnwindSafe for OVRIEW
impl Send for OVRIEW
impl Sync for OVRIEW
impl Unpin for OVRIEW
impl UnwindSafe for OVRIEW
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