pub struct KeyMaps { /* private fields */ }Implementations§
Source§impl KeyMaps
impl KeyMaps
pub fn send_event(&mut self, event: &mut input_event, device: &Device)
Auto Trait Implementations§
impl Freeze for KeyMaps
impl !RefUnwindSafe for KeyMaps
impl !Send for KeyMaps
impl !Sync for KeyMaps
impl Unpin for KeyMaps
impl !UnwindSafe for KeyMaps
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