Struct windows_sys::Win32::Devices::HumanInterfaceDevice::HIDP_CAPS
#[repr(C)]pub struct HIDP_CAPS {Show 16 fields
pub Usage: u16,
pub UsagePage: u16,
pub InputReportByteLength: u16,
pub OutputReportByteLength: u16,
pub FeatureReportByteLength: u16,
pub Reserved: [u16; 17],
pub NumberLinkCollectionNodes: u16,
pub NumberInputButtonCaps: u16,
pub NumberInputValueCaps: u16,
pub NumberInputDataIndices: u16,
pub NumberOutputButtonCaps: u16,
pub NumberOutputValueCaps: u16,
pub NumberOutputDataIndices: u16,
pub NumberFeatureButtonCaps: u16,
pub NumberFeatureValueCaps: u16,
pub NumberFeatureDataIndices: u16,
}
Fields§
§Usage: u16
§UsagePage: u16
§InputReportByteLength: u16
§OutputReportByteLength: u16
§FeatureReportByteLength: u16
§Reserved: [u16; 17]
§NumberLinkCollectionNodes: u16
§NumberInputButtonCaps: u16
§NumberInputValueCaps: u16
§NumberInputDataIndices: u16
§NumberOutputButtonCaps: u16
§NumberOutputValueCaps: u16
§NumberOutputDataIndices: u16
§NumberFeatureButtonCaps: u16
§NumberFeatureValueCaps: u16
§NumberFeatureDataIndices: u16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HIDP_CAPS
impl RefUnwindSafe for HIDP_CAPS
impl Send for HIDP_CAPS
impl Sync for HIDP_CAPS
impl Unpin for HIDP_CAPS
impl UnwindSafe for HIDP_CAPS
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
)