Enum wayland_protocols::unstable::text_input::v1::client::zwp_text_input_v1::TextDirection [−][src]
#[repr(u32)]
#[non_exhaustive]
pub enum TextDirection {
Auto,
Ltr,
Rtl,
}
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.
Auto
automatic text direction based on text and language
Ltr
left-to-right
Rtl
right-to-left
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TextDirection
impl Send for TextDirection
impl Sync for TextDirection
impl Unpin for TextDirection
impl UnwindSafe for TextDirection
Blanket Implementations
Mutably borrows from an owned value. Read more