Struct windows_sys::Win32::Media::Multimedia::JOYCAPSA
#[repr(C, packed(1))]pub struct JOYCAPSA {Show 24 fields
pub wMid: u16,
pub wPid: u16,
pub szPname: [i8; 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: [i8; 32],
pub szOEMVxD: [i8; 260],
}
Fields§
§wMid: u16
§wPid: u16
§szPname: [i8; 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: [i8; 32]
§szOEMVxD: [i8; 260]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JOYCAPSA
impl RefUnwindSafe for JOYCAPSA
impl Send for JOYCAPSA
impl Sync for JOYCAPSA
impl Unpin for JOYCAPSA
impl UnwindSafe for JOYCAPSA
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)