#[repr(C)]pub struct DIDEVCAPS_DX3 {
pub dwSize: u32,
pub dwFlags: u32,
pub dwDevType: u32,
pub dwAxes: u32,
pub dwButtons: u32,
pub dwPOVs: u32,
}
Fields§
§dwSize: u32
§dwFlags: u32
§dwDevType: u32
§dwAxes: u32
§dwButtons: u32
§dwPOVs: u32
Trait Implementations§
Source§impl Abi for DIDEVCAPS_DX3
impl Abi for DIDEVCAPS_DX3
Source§type Abi = DIDEVCAPS_DX3
type Abi = DIDEVCAPS_DX3
The abi representation of the implementing type. Read more
type DefaultType = DIDEVCAPS_DX3
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 DIDEVCAPS_DX3
impl Clone for DIDEVCAPS_DX3
Source§fn clone(&self) -> DIDEVCAPS_DX3
fn clone(&self) -> DIDEVCAPS_DX3
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 DIDEVCAPS_DX3
impl Debug for DIDEVCAPS_DX3
Source§impl Default for DIDEVCAPS_DX3
impl Default for DIDEVCAPS_DX3
Source§impl PartialEq for DIDEVCAPS_DX3
impl PartialEq for DIDEVCAPS_DX3
impl Copy for DIDEVCAPS_DX3
impl Eq for DIDEVCAPS_DX3
Auto Trait Implementations§
impl Freeze for DIDEVCAPS_DX3
impl RefUnwindSafe for DIDEVCAPS_DX3
impl Send for DIDEVCAPS_DX3
impl Sync for DIDEVCAPS_DX3
impl Unpin for DIDEVCAPS_DX3
impl UnwindSafe for DIDEVCAPS_DX3
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