pub struct UnknownKeyState {}
Available on crate feature
keyboard-types
only.Auto Trait Implementations§
impl Freeze for UnknownKeyState
impl RefUnwindSafe for UnknownKeyState
impl Send for UnknownKeyState
impl Sync for UnknownKeyState
impl Unpin for UnknownKeyState
impl UnwindSafe for UnknownKeyState
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