#[repr(C)]pub struct HIDP_BUTTON_CAPS_0_1 {
pub UsageMin: u16,
pub UsageMax: u16,
pub StringMin: u16,
pub StringMax: u16,
pub DesignatorMin: u16,
pub DesignatorMax: u16,
pub DataIndexMin: u16,
pub DataIndexMax: u16,
}
Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
, "Win32_Foundation"
Fields
UsageMin: u16
UsageMax: u16
StringMin: u16
StringMax: u16
DesignatorMin: u16
DesignatorMax: u16
DataIndexMin: u16
DataIndexMax: u16
Trait Implementations
impl Clone for HIDP_BUTTON_CAPS_0_1
impl Clone for HIDP_BUTTON_CAPS_0_1
impl Copy for HIDP_BUTTON_CAPS_0_1
Auto Trait Implementations
impl RefUnwindSafe for HIDP_BUTTON_CAPS_0_1
impl Send for HIDP_BUTTON_CAPS_0_1
impl Sync for HIDP_BUTTON_CAPS_0_1
impl Unpin for HIDP_BUTTON_CAPS_0_1
impl UnwindSafe for HIDP_BUTTON_CAPS_0_1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more