#[repr(C)]
pub union HIDP_BUTTON_CAPS_0 {
pub Range: HIDP_BUTTON_CAPS_0_1,
pub NotRange: HIDP_BUTTON_CAPS_0_0,
}
Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
, "Win32_Foundation"
Fields
Range: HIDP_BUTTON_CAPS_0_1
NotRange: HIDP_BUTTON_CAPS_0_0
Trait Implementations
impl Clone for HIDP_BUTTON_CAPS_0
impl Clone for HIDP_BUTTON_CAPS_0
impl Copy for HIDP_BUTTON_CAPS_0
Auto Trait Implementations
impl RefUnwindSafe for HIDP_BUTTON_CAPS_0
impl Send for HIDP_BUTTON_CAPS_0
impl Sync for HIDP_BUTTON_CAPS_0
impl Unpin for HIDP_BUTTON_CAPS_0
impl UnwindSafe for HIDP_BUTTON_CAPS_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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