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: HWND message: UINT wParam: WPARAM lParam: LPARAM time: DWORD pt: POINT

Trait Implementations

impl Debug for MSG
[src]

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

Formats the value using the given formatter.

impl Copy for MSG
[src]

impl Clone for MSG
[src]

fn clone(&self) -> MSG

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more