[][src]Enum rust_icu_sys::UNumberFormatFields

#[repr(u32)]pub enum UNumberFormatFields {
    UNUM_INTEGER_FIELD,
    UNUM_FRACTION_FIELD,
    UNUM_DECIMAL_SEPARATOR_FIELD,
    UNUM_EXPONENT_SYMBOL_FIELD,
    UNUM_EXPONENT_SIGN_FIELD,
    UNUM_EXPONENT_FIELD,
    UNUM_GROUPING_SEPARATOR_FIELD,
    UNUM_CURRENCY_FIELD,
    UNUM_PERCENT_FIELD,
    UNUM_PERMILL_FIELD,
    UNUM_SIGN_FIELD,
    UNUM_MEASURE_UNIT_FIELD,
    UNUM_COMPACT_FIELD,
    UNUM_FIELD_COUNT,
}

Variants

UNUM_INTEGER_FIELD
UNUM_FRACTION_FIELD
UNUM_DECIMAL_SEPARATOR_FIELD
UNUM_EXPONENT_SYMBOL_FIELD
UNUM_EXPONENT_SIGN_FIELD
UNUM_EXPONENT_FIELD
UNUM_GROUPING_SEPARATOR_FIELD
UNUM_CURRENCY_FIELD
UNUM_PERCENT_FIELD
UNUM_PERMILL_FIELD
UNUM_SIGN_FIELD
UNUM_MEASURE_UNIT_FIELD
UNUM_COMPACT_FIELD
UNUM_FIELD_COUNT

Trait Implementations

impl Clone for UNumberFormatFields[src]

impl Copy for UNumberFormatFields[src]

impl Debug for UNumberFormatFields[src]

impl Eq for UNumberFormatFields[src]

impl Hash for UNumberFormatFields[src]

impl PartialEq<UNumberFormatFields> for UNumberFormatFields[src]

impl PartialOrd<UNumberFormatFields> for UNumberFormatFields[src]

impl StructuralEq for UNumberFormatFields[src]

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