Struct winapi::winuser::MONITORINFOEXW [] [src]

pub struct MONITORINFOEXW {
    pub cbSize: DWORD,
    pub rcMonitor: RECT,
    pub rcWork: RECT,
    pub dwFlags: DWORD,
    pub szDevice: [WCHAR; ::CCHDEVICENAME],
}

Fields

cbSize
rcMonitor
rcWork
dwFlags
szDevice

Trait Implementations

Derived Implementations

impl Debug for MONITORINFOEXW

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for MONITORINFOEXW

impl Clone for MONITORINFOEXW

fn clone(&self) -> MONITORINFOEXW

fn clone_from(&mut self, source: &Self)