Struct witas::raw_input::KeyboardData
source · pub struct KeyboardData {
pub handle: DeviceHandle,
pub key_code: KeyCode,
pub key_state: KeyState,
pub extra: u32,
}Fields§
§handle: DeviceHandle§key_code: KeyCode§key_state: KeyState§extra: u32Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for KeyboardData
impl Send for KeyboardData
impl Sync for KeyboardData
impl Unpin for KeyboardData
impl UnwindSafe for KeyboardData
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