Struct winapi::MSG [] [src]

pub struct MSG {
    pub hwnd: HWND,
    pub message: UINT,
    pub wParam: WPARAM,
    pub lParam: LPARAM,
    pub time: DWORD,
    pub pt: POINT,
}

Fields

hwnd
message
wParam
lParam
time
pt

Trait Implementations

Derived Implementations

impl Debug for MSG

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

impl Copy for MSG

impl Clone for MSG

fn clone(&self) -> MSG

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