Type Alias WinmodeR

Source
pub type WinmodeR = FieldReader<Winmodeselect>;
Expand description

Field WINMODE reader - Window Monitor Mode

Aliased Type§

struct WinmodeR { /* private fields */ }

Implementations§

Source§

impl WinmodeR

Source

pub const fn variant(&self) -> Option<Winmodeselect>

Get enumerated values variant

Source

pub fn is_disable(&self) -> bool

No window mode (default)

Source

pub fn is_mode1(&self) -> bool

Mode 1: RESULT > WINLT

Source

pub fn is_mode2(&self) -> bool

Mode 2: RESULT < WINUT

Source

pub fn is_mode3(&self) -> bool

Mode 3: WINLT < RESULT < WINUT

Source

pub fn is_mode4(&self) -> bool

Mode 4: !(WINLT < RESULT < WINUT)