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

pub struct INPUT {
    pub type_: DWORD,
    pub u: [u32; 6],
}

Fields

type_: DWORD u: [u32; 6]

Methods

impl INPUT
[src]

unsafe fn mi(&self) -> &MOUSEINPUT

unsafe fn mi_mut(&mut self) -> &mut MOUSEINPUT

impl INPUT
[src]

unsafe fn ki(&self) -> &KEYBDINPUT

unsafe fn ki_mut(&mut self) -> &mut KEYBDINPUT

impl INPUT
[src]

unsafe fn hi(&self) -> &HARDWAREINPUT

unsafe fn hi_mut(&mut self) -> &mut HARDWAREINPUT

Trait Implementations

impl Debug for INPUT
[src]

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

Formats the value using the given formatter.

impl Copy for INPUT
[src]

impl Clone for INPUT
[src]

fn clone(&self) -> INPUT

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