Struct winapi::winuser::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
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