pub struct ImeSetComposition { /* private fields */ }Expand description
This method sets the current candidate text for IME. Use imeCommitComposition to commit the final text. Use imeSetComposition with empty string as text to cancel composition. EXPERIMENTAL: This feature is experimental and may change or be removed.
Implementations§
Trait Implementations§
Source§impl Clone for ImeSetComposition
impl Clone for ImeSetComposition
Source§fn clone(&self) -> ImeSetComposition
fn clone(&self) -> ImeSetComposition
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Command for ImeSetComposition
impl Command for ImeSetComposition
Source§impl Debug for ImeSetComposition
impl Debug for ImeSetComposition
Auto Trait Implementations§
impl Freeze for ImeSetComposition
impl RefUnwindSafe for ImeSetComposition
impl Send for ImeSetComposition
impl Sync for ImeSetComposition
impl Unpin for ImeSetComposition
impl UnwindSafe for ImeSetComposition
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