Struct winapi::winuser::MONITORINFOEXA [] [src]

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

Fields

cbSize
rcMonitor
rcWork
dwFlags
szDevice

Trait Implementations

Derived Implementations

impl Debug for MONITORINFOEXA

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

impl Copy for MONITORINFOEXA

impl Clone for MONITORINFOEXA

fn clone(&self) -> MONITORINFOEXA

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