Struct winapi::winuser::MOUSEINPUT
[−]
[src]
pub struct MOUSEINPUT {
pub dx: LONG,
pub dy: LONG,
pub mouseData: DWORD,
pub dwFlags: DWORD,
pub time: DWORD,
pub dwExtraInfo: ULONG_PTR,
}Fields
dx | |
dy | |
mouseData | |
dwFlags | |
time | |
dwExtraInfo |
Trait Implementations
impl Copy for MOUSEINPUT[src]
impl Clone for MOUSEINPUT[src]
fn clone(&self) -> MOUSEINPUT
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