#[repr(C)]pub struct DIJOYSTATE {
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; 32],
}
Fields§
§lX: i32
§lY: i32
§lZ: i32
§lRx: i32
§lRy: i32
§lRz: i32
§rglSlider: [i32; 2]
§rgdwPOV: [u32; 4]
§rgbButtons: [u8; 32]
Trait Implementations§
Source§impl Abi for DIJOYSTATE
impl Abi for DIJOYSTATE
Source§type Abi = DIJOYSTATE
type Abi = DIJOYSTATE
The abi representation of the implementing type. Read more
type DefaultType = DIJOYSTATE
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for DIJOYSTATE
impl Clone for DIJOYSTATE
Source§fn clone(&self) -> DIJOYSTATE
fn clone(&self) -> DIJOYSTATE
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DIJOYSTATE
impl Debug for DIJOYSTATE
Source§impl Default for DIJOYSTATE
impl Default for DIJOYSTATE
Source§impl PartialEq for DIJOYSTATE
impl PartialEq for DIJOYSTATE
impl Copy for DIJOYSTATE
impl Eq for DIJOYSTATE
Auto Trait Implementations§
impl Freeze for DIJOYSTATE
impl RefUnwindSafe for DIJOYSTATE
impl Send for DIJOYSTATE
impl Sync for DIJOYSTATE
impl Unpin for DIJOYSTATE
impl UnwindSafe for DIJOYSTATE
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more