pub struct Ime {
enabled: bool,
preedit: Option<Preedit>,
}
Expand description
Input method state.
Fields§
§enabled: bool
Whether the IME is enabled.
preedit: Option<Preedit>
Current IME preedit.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Ime
impl Send for Ime
impl Sync for Ime
impl Unpin for Ime
impl UnwindSafe for Ime
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