Struct windows_sys::Win32::Devices::HumanInterfaceDevice::KEYBOARD_ID
[−]Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
Fields
Type: u8
Subtype: u8
Trait Implementations
impl Clone for KEYBOARD_ID
impl Clone for KEYBOARD_ID
impl Copy for KEYBOARD_ID
Auto Trait Implementations
impl RefUnwindSafe for KEYBOARD_ID
impl Send for KEYBOARD_ID
impl Sync for KEYBOARD_ID
impl Unpin for KEYBOARD_ID
impl UnwindSafe for KEYBOARD_ID
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