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 |
pub struct MSG { pub hwnd: HWND, pub message: UINT, pub wParam: WPARAM, pub lParam: LPARAM, pub time: DWORD, pub pt: POINT, }
hwnd | |
message | |
wParam | |
lParam | |
time | |
pt |
impl Debug for MSG
impl Copy for MSG
impl Clone for MSG
fn clone(&self) -> MSG
fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).