#[repr(C)]pub struct HIDP_KEYBOARD_MODIFIER_STATE {
pub Anonymous: HIDP_KEYBOARD_MODIFIER_STATE_0,
}
Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
Fields
Anonymous: HIDP_KEYBOARD_MODIFIER_STATE_0
Trait Implementations
impl Clone for HIDP_KEYBOARD_MODIFIER_STATE
impl Clone for HIDP_KEYBOARD_MODIFIER_STATE
impl Copy for HIDP_KEYBOARD_MODIFIER_STATE
Auto Trait Implementations
impl RefUnwindSafe for HIDP_KEYBOARD_MODIFIER_STATE
impl Send for HIDP_KEYBOARD_MODIFIER_STATE
impl Sync for HIDP_KEYBOARD_MODIFIER_STATE
impl Unpin for HIDP_KEYBOARD_MODIFIER_STATE
impl UnwindSafe for HIDP_KEYBOARD_MODIFIER_STATE
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