Enum keyboard_types::CompositionState
[−]
[src]
pub enum CompositionState { Start, Update, End, }
Variants
Start
In JS: "compositionstart" event.
Update
In JS: "compositionupdate" event.
End
In JS: "compositionend" event.
In a text editor in this state the data should be added to the input.
Trait Implementations
impl Copy for CompositionState
[src]
impl Clone for CompositionState
[src]
fn clone(&self) -> CompositionState
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more