Struct windows_sys::Win32::Devices::HumanInterfaceDevice::HIDP_BUTTON_CAPS
#[repr(C)]pub struct HIDP_BUTTON_CAPS {Show 15 fields
pub UsagePage: u16,
pub ReportID: u8,
pub IsAlias: BOOLEAN,
pub BitField: u16,
pub LinkCollection: u16,
pub LinkUsage: u16,
pub LinkUsagePage: u16,
pub IsRange: BOOLEAN,
pub IsStringRange: BOOLEAN,
pub IsDesignatorRange: BOOLEAN,
pub IsAbsolute: BOOLEAN,
pub ReportCount: u16,
pub Reserved2: u16,
pub Reserved: [u32; 9],
pub Anonymous: HIDP_BUTTON_CAPS_0,
}Expand description
Required features: "Win32_Foundation"
Fields§
§UsagePage: u16§ReportID: u8§IsAlias: BOOLEAN§BitField: u16§LinkCollection: u16§LinkUsage: u16§LinkUsagePage: u16§IsRange: BOOLEAN§IsStringRange: BOOLEAN§IsDesignatorRange: BOOLEAN§IsAbsolute: BOOLEAN§ReportCount: u16§Reserved2: u16§Reserved: [u32; 9]§Anonymous: HIDP_BUTTON_CAPS_0Trait Implementations§
§impl Clone for HIDP_BUTTON_CAPS
impl Clone for HIDP_BUTTON_CAPS
impl Copy for HIDP_BUTTON_CAPS
Auto Trait Implementations§
impl RefUnwindSafe for HIDP_BUTTON_CAPS
impl Send for HIDP_BUTTON_CAPS
impl Sync for HIDP_BUTTON_CAPS
impl Unpin for HIDP_BUTTON_CAPS
impl UnwindSafe for HIDP_BUTTON_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