#[repr(u8)]
pub enum WINMODE_A {
DISABLE,
MODE1,
MODE2,
MODE3,
MODE4,
}
Expand description
Window Monitor Mode
Value on reset: 0
Variants
DISABLE
0: No window mode (default)
MODE1
1: RESULT > WINLT
MODE2
2: RESULT < WINUT
MODE3
3: WINLT < RESULT < WINUT
MODE4
4: !(WINLT < RESULT < WINUT)
Trait Implementations
impl Copy for WINMODE_A
impl StructuralPartialEq for WINMODE_A
Auto Trait Implementations
impl RefUnwindSafe for WINMODE_A
impl Send for WINMODE_A
impl Sync for WINMODE_A
impl Unpin for WINMODE_A
impl UnwindSafe for WINMODE_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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