#[repr(C)]pub struct HIDP_KEYBOARD_MODIFIER_STATE {
pub Anonymous: HIDP_KEYBOARD_MODIFIER_STATE_0,
}Fields§
§Anonymous: HIDP_KEYBOARD_MODIFIER_STATE_0Trait Implementations§
Source§impl Clone for HIDP_KEYBOARD_MODIFIER_STATE
impl Clone for HIDP_KEYBOARD_MODIFIER_STATE
Source§fn clone(&self) -> HIDP_KEYBOARD_MODIFIER_STATE
fn clone(&self) -> HIDP_KEYBOARD_MODIFIER_STATE
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for HIDP_KEYBOARD_MODIFIER_STATE
impl Default for HIDP_KEYBOARD_MODIFIER_STATE
Source§fn default() -> HIDP_KEYBOARD_MODIFIER_STATE
fn default() -> HIDP_KEYBOARD_MODIFIER_STATE
Returns the “default value” for a type. Read more
Source§impl PartialEq for HIDP_KEYBOARD_MODIFIER_STATE
impl PartialEq for HIDP_KEYBOARD_MODIFIER_STATE
Source§fn eq(&self, _other: &HIDP_KEYBOARD_MODIFIER_STATE) -> bool
fn eq(&self, _other: &HIDP_KEYBOARD_MODIFIER_STATE) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for HIDP_KEYBOARD_MODIFIER_STATE
impl Eq for HIDP_KEYBOARD_MODIFIER_STATE
Auto Trait Implementations§
impl Freeze for HIDP_KEYBOARD_MODIFIER_STATE
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§
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