Enum wayland_protocols::unstable::text_input::v1::client::zwp_text_input_v1::PreeditStyle [−][src]
#[repr(u32)]
#[non_exhaustive]
pub enum PreeditStyle {
Default,
None,
Active,
Inactive,
Highlight,
Underline,
Selection,
Incorrect,
}
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Default
default style for composing text
None
style should be the same as in non-composing text
Active
Inactive
Highlight
Underline
Selection
Incorrect
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PreeditStyle
impl Send for PreeditStyle
impl Sync for PreeditStyle
impl Unpin for PreeditStyle
impl UnwindSafe for PreeditStyle
Blanket Implementations
Mutably borrows from an owned value. Read more