[][src]Enum rust_icu_sys::UCalendarDateFields

#[repr(u32)]pub enum UCalendarDateFields {
    UCAL_ERA,
    UCAL_YEAR,
    UCAL_MONTH,
    UCAL_WEEK_OF_YEAR,
    UCAL_WEEK_OF_MONTH,
    UCAL_DATE,
    UCAL_DAY_OF_YEAR,
    UCAL_DAY_OF_WEEK,
    UCAL_DAY_OF_WEEK_IN_MONTH,
    UCAL_AM_PM,
    UCAL_HOUR,
    UCAL_HOUR_OF_DAY,
    UCAL_MINUTE,
    UCAL_SECOND,
    UCAL_MILLISECOND,
    UCAL_ZONE_OFFSET,
    UCAL_DST_OFFSET,
    UCAL_YEAR_WOY,
    UCAL_DOW_LOCAL,
    UCAL_EXTENDED_YEAR,
    UCAL_JULIAN_DAY,
    UCAL_MILLISECONDS_IN_DAY,
    UCAL_IS_LEAP_MONTH,
    UCAL_FIELD_COUNT,
}

Variants

UCAL_ERA
UCAL_YEAR
UCAL_MONTH
UCAL_WEEK_OF_YEAR
UCAL_WEEK_OF_MONTH
UCAL_DATE
UCAL_DAY_OF_YEAR
UCAL_DAY_OF_WEEK
UCAL_DAY_OF_WEEK_IN_MONTH
UCAL_AM_PM
UCAL_HOUR
UCAL_HOUR_OF_DAY
UCAL_MINUTE
UCAL_SECOND
UCAL_MILLISECOND
UCAL_ZONE_OFFSET
UCAL_DST_OFFSET
UCAL_YEAR_WOY
UCAL_DOW_LOCAL
UCAL_EXTENDED_YEAR
UCAL_JULIAN_DAY
UCAL_MILLISECONDS_IN_DAY
UCAL_IS_LEAP_MONTH
UCAL_FIELD_COUNT

Implementations

impl UCalendarDateFields[src]

Trait Implementations

impl Clone for UCalendarDateFields[src]

impl Copy for UCalendarDateFields[src]

impl Debug for UCalendarDateFields[src]

impl Eq for UCalendarDateFields[src]

impl Hash for UCalendarDateFields[src]

impl PartialEq<UCalendarDateFields> for UCalendarDateFields[src]

impl PartialOrd<UCalendarDateFields> for UCalendarDateFields[src]

impl StructuralEq for UCalendarDateFields[src]

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