#[repr(C, packed(1))]pub struct tagJOYCAPSW {Show 24 fields
pub wMid: WORD,
pub wPid: WORD,
pub szPname: [WCHAR; 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: [WCHAR; 32],
pub szOEMVxD: [WCHAR; 260],
}
Fields§
§wMid: WORD
§wPid: WORD
§szPname: [WCHAR; 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: [WCHAR; 32]
§szOEMVxD: [WCHAR; 260]
Trait Implementations§
Source§impl Clone for tagJOYCAPSW
impl Clone for tagJOYCAPSW
Source§fn clone(&self) -> tagJOYCAPSW
fn clone(&self) -> tagJOYCAPSW
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 tagJOYCAPSW
impl Debug for tagJOYCAPSW
Source§impl Ord for tagJOYCAPSW
impl Ord for tagJOYCAPSW
Source§fn cmp(&self, other: &tagJOYCAPSW) -> Ordering
fn cmp(&self, other: &tagJOYCAPSW) -> 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 tagJOYCAPSW
impl PartialEq for tagJOYCAPSW
Source§impl PartialOrd for tagJOYCAPSW
impl PartialOrd for tagJOYCAPSW
impl Copy for tagJOYCAPSW
impl Eq for tagJOYCAPSW
impl StructuralPartialEq for tagJOYCAPSW
Auto Trait Implementations§
impl Freeze for tagJOYCAPSW
impl RefUnwindSafe for tagJOYCAPSW
impl Send for tagJOYCAPSW
impl Sync for tagJOYCAPSW
impl Unpin for tagJOYCAPSW
impl UnwindSafe for tagJOYCAPSW
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