Struct winapi::winuser::RAWMOUSE [] [src]

pub struct RAWMOUSE {
    pub usFlags: USHORT,
    pub usButtonFlags: USHORT,
    pub usButtonData: USHORT,
    pub ulRawButtons: ULONG,
    pub lLastX: LONG,
    pub lLastY: LONG,
    pub ulExtraInformation: ULONG,
}

Fields

usFlags
usButtonFlags
usButtonData
ulRawButtons
lLastX
lLastY
ulExtraInformation

Trait Implementations

Derived Implementations

impl Debug for RAWMOUSE

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

impl Copy for RAWMOUSE

impl Clone for RAWMOUSE

fn clone(&self) -> RAWMOUSE

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