Struct CM_KEYBOARD_DEVICE_DATA
#[repr(C)]pub struct CM_KEYBOARD_DEVICE_DATA {
pub Version: u16,
pub Revision: u16,
pub Type: u8,
pub Subtype: u8,
pub KeyboardFlags: u16,
}
Fields§
§Version: u16
§Revision: u16
§Type: u8
§Subtype: u8
§KeyboardFlags: u16
Trait Implementations§
§impl Clone for CM_KEYBOARD_DEVICE_DATA
impl Clone for CM_KEYBOARD_DEVICE_DATA
§fn clone(&self) -> CM_KEYBOARD_DEVICE_DATA
fn clone(&self) -> CM_KEYBOARD_DEVICE_DATA
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 moreimpl Copy for CM_KEYBOARD_DEVICE_DATA
Auto Trait Implementations§
impl Freeze for CM_KEYBOARD_DEVICE_DATA
impl RefUnwindSafe for CM_KEYBOARD_DEVICE_DATA
impl Send for CM_KEYBOARD_DEVICE_DATA
impl Sync for CM_KEYBOARD_DEVICE_DATA
impl Unpin for CM_KEYBOARD_DEVICE_DATA
impl UnwindSafe for CM_KEYBOARD_DEVICE_DATA
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