pub struct KeyMap { /* private fields */ }Implementations§
Trait Implementations§
source§impl<U> InputMethod<U> for KeyMapwhere
U: Ui,
impl<U> InputMethod<U> for KeyMapwhere
U: Ui,
type Widget = File
fn send_key( &mut self, key: KeyEvent, widget: &RwData<Self::Widget>, area: &U::Area, globals: Context<U>, )
fn cursors(&self) -> Option<&Cursors>
fn on_focus(&mut self, _area: &U::Area)where
Self: Sized,
fn on_unfocus(&mut self, _area: &U::Area)where
Self: Sized,
Auto Trait Implementations§
impl Freeze for KeyMap
impl RefUnwindSafe for KeyMap
impl Send for KeyMap
impl Sync for KeyMap
impl Unpin for KeyMap
impl UnwindSafe for KeyMap
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)