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: COORD dwButtonState: DWORD dwControlKeyState: DWORD dwEventFlags: DWORD

Trait Implementations

impl Debug for MOUSE_EVENT_RECORD
[src]

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

Formats the value using the given formatter.

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