pub struct KeyboardLayout { /* private fields */ }Expand description
QWERTY keyboard layout for nearby key substitution.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeyboardLayout
impl RefUnwindSafe for KeyboardLayout
impl Send for KeyboardLayout
impl Sync for KeyboardLayout
impl Unpin for KeyboardLayout
impl UnwindSafe for KeyboardLayout
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