[][src]Enum rust_icu_sys::ULayoutType

#[repr(u32)]pub enum ULayoutType {
    ULOC_LAYOUT_LTR,
    ULOC_LAYOUT_RTL,
    ULOC_LAYOUT_TTB,
    ULOC_LAYOUT_BTT,
    ULOC_LAYOUT_UNKNOWN,
}

Variants

ULOC_LAYOUT_LTR
ULOC_LAYOUT_RTL
ULOC_LAYOUT_TTB
ULOC_LAYOUT_BTT
ULOC_LAYOUT_UNKNOWN

Trait Implementations

impl Clone for ULayoutType[src]

impl Copy for ULayoutType[src]

impl Debug for ULayoutType[src]

impl Eq for ULayoutType[src]

impl Hash for ULayoutType[src]

impl PartialEq<ULayoutType> for ULayoutType[src]

impl PartialOrd<ULayoutType> for ULayoutType[src]

impl StructuralEq for ULayoutType[src]

impl StructuralPartialEq for ULayoutType[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.