[][src]Struct vigem_sys::binds::_VIGEM_TARGET_T

#[repr(C)]pub struct _VIGEM_TARGET_T {
    pub Size: ULONG,
    pub SerialNo: ULONG,
    pub State: VIGEM_TARGET_STATE,
    pub VendorId: USHORT,
    pub ProductId: USHORT,
    pub Type: VIGEM_TARGET_TYPE,
    pub Notification: FARPROC,
    pub NotificationUserData: LPVOID,
    pub closingNotificationThreads: bool,
    pub cancelNotificationThreadEvent: HANDLE,
    pub notificationThreadList: std_unique_ptr,
}

Fields

Size: ULONGSerialNo: ULONGState: VIGEM_TARGET_STATEVendorId: USHORTProductId: USHORTType: VIGEM_TARGET_TYPENotification: FARPROCNotificationUserData: LPVOIDclosingNotificationThreads: boolcancelNotificationThreadEvent: HANDLEnotificationThreadList: std_unique_ptr

Trait Implementations

impl Debug for _VIGEM_TARGET_T[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.