#[repr(C)]
pub struct DIJOYSTATE2 {
Show 30 fields pub lX: i32, pub lY: i32, pub lZ: i32, pub lRx: i32, pub lRy: i32, pub lRz: i32, pub rglSlider: [i32; 2], pub rgdwPOV: [u32; 4], pub rgbButtons: [u8; 128], pub lVX: i32, pub lVY: i32, pub lVZ: i32, pub lVRx: i32, pub lVRy: i32, pub lVRz: i32, pub rglVSlider: [i32; 2], pub lAX: i32, pub lAY: i32, pub lAZ: i32, pub lARx: i32, pub lARy: i32, pub lARz: i32, pub rglASlider: [i32; 2], pub lFX: i32, pub lFY: i32, pub lFZ: i32, pub lFRx: i32, pub lFRy: i32, pub lFRz: i32, pub rglFSlider: [i32; 2],
}
Expand description

Required features: "Win32_Devices_HumanInterfaceDevice"

Fields

lX: i32lY: i32lZ: i32lRx: i32lRy: i32lRz: i32rglSlider: [i32; 2]rgdwPOV: [u32; 4]rgbButtons: [u8; 128]lVX: i32lVY: i32lVZ: i32lVRx: i32lVRy: i32lVRz: i32rglVSlider: [i32; 2]lAX: i32lAY: i32lAZ: i32lARx: i32lARy: i32lARz: i32rglASlider: [i32; 2]lFX: i32lFY: i32lFZ: i32lFRx: i32lFRy: i32lFRz: i32rglFSlider: [i32; 2]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.