Struct windows_sys::Win32::Media::Multimedia::JOYCAPSW
[−]#[repr(C, packed(1))]pub struct JOYCAPSW {Show 24 fields
pub wMid: u16,
pub wPid: u16,
pub szPname: [u16; 32],
pub wXmin: u32,
pub wXmax: u32,
pub wYmin: u32,
pub wYmax: u32,
pub wZmin: u32,
pub wZmax: u32,
pub wNumButtons: u32,
pub wPeriodMin: u32,
pub wPeriodMax: u32,
pub wRmin: u32,
pub wRmax: u32,
pub wUmin: u32,
pub wUmax: u32,
pub wVmin: u32,
pub wVmax: u32,
pub wCaps: u32,
pub wMaxAxes: u32,
pub wNumAxes: u32,
pub wMaxButtons: u32,
pub szRegKey: [u16; 32],
pub szOEMVxD: [u16; 260],
}
Expand description
Required features: ‘Win32_Media_Multimedia’
Fields
wMid: u16
wPid: u16
szPname: [u16; 32]
wXmin: u32
wXmax: u32
wYmin: u32
wYmax: u32
wZmin: u32
wZmax: u32
wNumButtons: u32
wPeriodMin: u32
wPeriodMax: u32
wRmin: u32
wRmax: u32
wUmin: u32
wUmax: u32
wVmin: u32
wVmax: u32
wCaps: u32
wMaxAxes: u32
wNumAxes: u32
wMaxButtons: u32
szRegKey: [u16; 32]
szOEMVxD: [u16; 260]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for JOYCAPSW
impl Send for JOYCAPSW
impl Sync for JOYCAPSW
impl Unpin for JOYCAPSW
impl UnwindSafe for JOYCAPSW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more