#[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: GUIDTrait Implementations§
Source§impl Clone for tagJOYCAPS2W
impl Clone for tagJOYCAPS2W
Source§fn clone(&self) -> tagJOYCAPS2W
fn clone(&self) -> tagJOYCAPS2W
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 moreimpl Copy 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