Enum titanium::desktop::gui::libdruid::keyboard_types::CompositionState
pub enum CompositionState {
Start,
Update,
End,
}
Expand description
Describes the state of a composition session.
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 Clone for CompositionState
impl Clone for CompositionState
§fn clone(&self) -> CompositionState
fn clone(&self) -> CompositionState
Returns a copy 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 more§impl Debug for CompositionState
impl Debug for CompositionState
§impl Display for CompositionState
impl Display for CompositionState
§impl Hash for CompositionState
impl Hash for CompositionState
§impl PartialEq<CompositionState> for CompositionState
impl PartialEq<CompositionState> for CompositionState
§fn eq(&self, other: &CompositionState) -> bool
fn eq(&self, other: &CompositionState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CompositionState
impl Eq for CompositionState
impl StructuralEq for CompositionState
impl StructuralPartialEq for CompositionState
Auto Trait Implementations§
impl RefUnwindSafe for CompositionState
impl Send for CompositionState
impl Sync for CompositionState
impl Unpin for CompositionState
impl UnwindSafe for CompositionState
Blanket Implementations§
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> RoundFrom<T> for T
impl<T> RoundFrom<T> for T
§fn round_from(x: T) -> T
fn round_from(x: T) -> T
Performs the conversion.
§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere U: RoundFrom<T>,
§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.