Struct winapi::wincon::MOUSE_EVENT_RECORD
[−]
[src]
pub struct MOUSE_EVENT_RECORD {
pub dwMousePosition: COORD,
pub dwButtonState: DWORD,
pub dwControlKeyState: DWORD,
pub dwEventFlags: DWORD,
}Fields
dwMousePosition | |
dwButtonState | |
dwControlKeyState | |
dwEventFlags |
Trait Implementations
impl Copy for MOUSE_EVENT_RECORD[src]
impl Clone for MOUSE_EVENT_RECORD[src]
fn clone(&self) -> MOUSE_EVENT_RECORD
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