#[repr(C, packed(1))]pub struct tagJOYCAPS2W {Show 27 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],
pub ManufacturerGuid: GUID,
pub ProductGuid: GUID,
pub NameGuid: GUID,
}
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]
§ManufacturerGuid: GUID
§ProductGuid: GUID
§NameGuid: GUID
Trait Implementations§
Source§impl Clone for tagJOYCAPS2W
impl Clone for tagJOYCAPS2W
Source§fn clone(&self) -> tagJOYCAPS2W
fn clone(&self) -> tagJOYCAPS2W
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 tagJOYCAPS2W
impl Debug for tagJOYCAPS2W
Source§impl Ord for tagJOYCAPS2W
impl Ord for tagJOYCAPS2W
Source§fn cmp(&self, other: &tagJOYCAPS2W) -> Ordering
fn cmp(&self, other: &tagJOYCAPS2W) -> 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 tagJOYCAPS2W
impl PartialEq for tagJOYCAPS2W
Source§impl PartialOrd for tagJOYCAPS2W
impl PartialOrd for tagJOYCAPS2W
impl Copy for tagJOYCAPS2W
impl Eq for tagJOYCAPS2W
impl StructuralPartialEq for tagJOYCAPS2W
Auto Trait Implementations§
impl Freeze for tagJOYCAPS2W
impl RefUnwindSafe for tagJOYCAPS2W
impl Send for tagJOYCAPS2W
impl Sync for tagJOYCAPS2W
impl Unpin for tagJOYCAPS2W
impl UnwindSafe for tagJOYCAPS2W
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