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)
default style for composing text
style should be the same as in non-composing text
Implementations
impl PreeditStyle
[src][−]
Trait Implementations
impl Clone for PreeditStyle
[src][+]
impl Copy for PreeditStyle
[src]
impl Debug for PreeditStyle
[src][+]
impl PartialEq<PreeditStyle> for PreeditStyle
[src][+]
impl StructuralPartialEq for PreeditStyle
[src]
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
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,