[][src]Struct winapi::um::winuser::POINTER_INFO

#[repr(C)]pub struct POINTER_INFO {
    pub pointerType: POINTER_INPUT_TYPE,
    pub pointerId: UINT32,
    pub frameId: UINT32,
    pub pointerFlags: POINTER_FLAGS,
    pub sourceDevice: HANDLE,
    pub hwndTarget: HWND,
    pub ptPixelLocation: POINT,
    pub ptHimetricLocation: POINT,
    pub ptPixelLocationRaw: POINT,
    pub ptHimetricLocationRaw: POINT,
    pub dwTime: DWORD,
    pub historyCount: UINT32,
    pub InputData: INT32,
    pub dwKeyStates: DWORD,
    pub PerformanceCount: UINT64,
    pub ButtonChangeType: POINTER_BUTTON_CHANGE_TYPE,
}

Fields

pointerType: POINTER_INPUT_TYPEpointerId: UINT32frameId: UINT32pointerFlags: POINTER_FLAGSsourceDevice: HANDLEhwndTarget: HWNDptPixelLocation: POINTptHimetricLocation: POINTptPixelLocationRaw: POINTptHimetricLocationRaw: POINTdwTime: DWORDhistoryCount: UINT32InputData: INT32dwKeyStates: DWORDPerformanceCount: UINT64ButtonChangeType: POINTER_BUTTON_CHANGE_TYPE

Trait Implementations

impl Clone for POINTER_INFO[src]

impl Copy for POINTER_INFO[src]

impl Default for POINTER_INFO[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.