#[repr(C)]pub struct Input_KeyState { /* private fields */ }Available on crate feature
api-12 only.Expand description
Defines key information, which identifies a key pressing behavior. For example, the Ctrl key information contains the key value and key type.
Available since API-level: 12
Auto Trait Implementations§
impl Freeze for Input_KeyState
impl RefUnwindSafe for Input_KeyState
impl Send for Input_KeyState
impl Sync for Input_KeyState
impl Unpin for Input_KeyState
impl UnwindSafe for Input_KeyState
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