[][src]Enum rust_icu_sys::UColAttributeValue

#[repr(i32)]pub enum UColAttributeValue {
    UCOL_DEFAULT,
    UCOL_PRIMARY,
    UCOL_SECONDARY,
    UCOL_TERTIARY,
    UCOL_CE_STRENGTH_LIMIT,
    UCOL_IDENTICAL,
    UCOL_STRENGTH_LIMIT,
    UCOL_ON,
    UCOL_SHIFTED,
    UCOL_NON_IGNORABLE,
    UCOL_LOWER_FIRST,
    UCOL_UPPER_FIRST,
    UCOL_ATTRIBUTE_VALUE_COUNT,
}

Variants

UCOL_DEFAULT
UCOL_PRIMARY
UCOL_SECONDARY
UCOL_TERTIARY
UCOL_CE_STRENGTH_LIMIT
UCOL_IDENTICAL
UCOL_STRENGTH_LIMIT
UCOL_ON
UCOL_SHIFTED
UCOL_NON_IGNORABLE
UCOL_LOWER_FIRST
UCOL_UPPER_FIRST
UCOL_ATTRIBUTE_VALUE_COUNT

Implementations

impl UColAttributeValue[src]

impl UColAttributeValue[src]

impl UColAttributeValue[src]

Trait Implementations

impl Clone for UColAttributeValue[src]

impl Copy for UColAttributeValue[src]

impl Debug for UColAttributeValue[src]

impl Eq for UColAttributeValue[src]

impl Hash for UColAttributeValue[src]

impl PartialEq<UColAttributeValue> for UColAttributeValue[src]

impl PartialOrd<UColAttributeValue> for UColAttributeValue[src]

impl StructuralEq for UColAttributeValue[src]

impl StructuralPartialEq for UColAttributeValue[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.