pub struct InputMethodEditorDispatcher<'a> {
pub ime: &'a InputMethodEditorProxy,
}
Expand description
A KeyDispatcher that uses fuchsia.ui.input.InputMethodEditor
to dispatch keypresses.
Fields§
§ime: &'a InputMethodEditorProxy
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for InputMethodEditorDispatcher<'a>
impl<'a> !RefUnwindSafe for InputMethodEditorDispatcher<'a>
impl<'a> Send for InputMethodEditorDispatcher<'a>
impl<'a> Sync for InputMethodEditorDispatcher<'a>
impl<'a> Unpin for InputMethodEditorDispatcher<'a>
impl<'a> !UnwindSafe for InputMethodEditorDispatcher<'a>
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