#[repr(C, packed(1))]pub struct tagJOYCAPS2A {Show 27 fields
pub wMid: WORD,
pub wPid: WORD,
pub szPname: [CHAR; 32],
pub wXmin: UINT,
pub wXmax: UINT,
pub wYmin: UINT,
pub wYmax: UINT,
pub wZmin: UINT,
pub wZmax: UINT,
pub wNumButtons: UINT,
pub wPeriodMin: UINT,
pub wPeriodMax: UINT,
pub wRmin: UINT,
pub wRmax: UINT,
pub wUmin: UINT,
pub wUmax: UINT,
pub wVmin: UINT,
pub wVmax: UINT,
pub wCaps: UINT,
pub wMaxAxes: UINT,
pub wNumAxes: UINT,
pub wMaxButtons: UINT,
pub szRegKey: [CHAR; 32],
pub szOEMVxD: [CHAR; 260],
pub ManufacturerGuid: GUID,
pub ProductGuid: GUID,
pub NameGuid: GUID,
}
Fields§
§wMid: WORD
§wPid: WORD
§szPname: [CHAR; 32]
§wXmin: UINT
§wXmax: UINT
§wYmin: UINT
§wYmax: UINT
§wZmin: UINT
§wZmax: UINT
§wNumButtons: UINT
§wPeriodMin: UINT
§wPeriodMax: UINT
§wRmin: UINT
§wRmax: UINT
§wUmin: UINT
§wUmax: UINT
§wVmin: UINT
§wVmax: UINT
§wCaps: UINT
§wMaxAxes: UINT
§wNumAxes: UINT
§wMaxButtons: UINT
§szRegKey: [CHAR; 32]
§szOEMVxD: [CHAR; 260]
§ManufacturerGuid: GUID
§ProductGuid: GUID
§NameGuid: GUID
Trait Implementations§
Source§impl Clone for tagJOYCAPS2A
impl Clone for tagJOYCAPS2A
Source§fn clone(&self) -> tagJOYCAPS2A
fn clone(&self) -> tagJOYCAPS2A
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 tagJOYCAPS2A
impl Debug for tagJOYCAPS2A
Source§impl Ord for tagJOYCAPS2A
impl Ord for tagJOYCAPS2A
Source§fn cmp(&self, other: &tagJOYCAPS2A) -> Ordering
fn cmp(&self, other: &tagJOYCAPS2A) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagJOYCAPS2A
impl PartialEq for tagJOYCAPS2A
Source§impl PartialOrd for tagJOYCAPS2A
impl PartialOrd for tagJOYCAPS2A
impl Copy for tagJOYCAPS2A
impl Eq for tagJOYCAPS2A
impl StructuralPartialEq for tagJOYCAPS2A
Auto Trait Implementations§
impl Freeze for tagJOYCAPS2A
impl RefUnwindSafe for tagJOYCAPS2A
impl Send for tagJOYCAPS2A
impl Sync for tagJOYCAPS2A
impl Unpin for tagJOYCAPS2A
impl UnwindSafe for tagJOYCAPS2A
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