#[repr(C, packed(1))]pub struct tagJOYCAPSA {Show 24 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],
}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]Trait Implementations§
Source§impl Clone for tagJOYCAPSA
impl Clone for tagJOYCAPSA
Source§fn clone(&self) -> tagJOYCAPSA
fn clone(&self) -> tagJOYCAPSA
Returns a duplicate 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 tagJOYCAPSA
impl Debug for tagJOYCAPSA
impl Copy for tagJOYCAPSA
Auto Trait Implementations§
impl Freeze for tagJOYCAPSA
impl RefUnwindSafe for tagJOYCAPSA
impl Send for tagJOYCAPSA
impl Sync for tagJOYCAPSA
impl Unpin for tagJOYCAPSA
impl UnwindSafe for tagJOYCAPSA
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