Struct winapi::winuser::INPUT [] [src]

pub struct INPUT {
    pub type_: DWORD,
    pub union_: MOUSEINPUT,
}

Fields

type_
union_

Trait Implementations

Derived Implementations

impl Debug for INPUT

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

impl Copy for INPUT

impl Clone for INPUT

fn clone(&self) -> INPUT

fn clone_from(&mut self, source: &Self)