[]Struct jni_android_sys::android::icu::text::DateFormat_Field

#[repr(transparent)]
pub struct DateFormat_Field(_);

public class DateFormat.Field

Required feature: "android-icu-text-DateFormat_Field"

Methods

impl DateFormat_Field

pub fn ofCalendarField<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<Option<Local<'env, DateFormat_Field>>, Local<'env, Throwable>>
[src]

ofCalendarField

Required features: "android-icu-text-DateFormat_Field"

pub fn getCalendarField<'env>(&'env self) -> Result<i32, Local<'env, Throwable>>[src]

pub fn AM_PM<'env>(env: &'env Env) -> Option<Local<'env, DateFormat_Field>>[src]

get public static final AM_PM

Required feature: "android-icu-text-DateFormat_Field"

pub fn AM_PM_MIDNIGHT_NOON<'env>(
    env: &'env Env
) -> Option<Local<'env, DateFormat_Field>>
[src]

get public static final AM_PM_MIDNIGHT_NOON

Required feature: "android-icu-text-DateFormat_Field"

pub fn DAY_OF_MONTH<'env>(
    env: &'env Env
) -> Option<Local<'env, DateFormat_Field>>
[src]

get public static final DAY_OF_MONTH

Required feature: "android-icu-text-DateFormat_Field"

pub fn DAY_OF_WEEK<'env>(
    env: &'env Env
) -> Option<Local<'env, DateFormat_Field>>
[src]

get public static final DAY_OF_WEEK

Required feature: "android-icu-text-DateFormat_Field"

pub fn DAY_OF_WEEK_IN_MONTH<'env>(
    env: &'env Env
) -> Option<Local<'env, DateFormat_Field>>
[src]

get public static final DAY_OF_WEEK_IN_MONTH

Required feature: "android-icu-text-DateFormat_Field"

pub fn DAY_OF_YEAR<'env>(
    env: &'env Env
) -> Option<Local<'env, DateFormat_Field>>
[src]

get public static final DAY_OF_YEAR

Required feature: "android-icu-text-DateFormat_Field"

pub fn DOW_LOCAL<'env>(env: &'env Env) -> Option<Local<'env, DateFormat_Field>>[src]

get public static final DOW_LOCAL

Required feature: "android-icu-text-DateFormat_Field"

pub fn ERA<'env>(env: &'env Env) -> Option<Local<'env, DateFormat_Field>>[src]

get public static final ERA

Required feature: "android-icu-text-DateFormat_Field"

pub fn EXTENDED_YEAR<'env>(
    env: &'env Env
) -> Option<Local<'env, DateFormat_Field>>
[src]

get public static final EXTENDED_YEAR

Required feature: "android-icu-text-DateFormat_Field"

pub fn FLEXIBLE_DAY_PERIOD<'env>(
    env: &'env Env
) -> Option<Local<'env, DateFormat_Field>>
[src]

get public static final FLEXIBLE_DAY_PERIOD

Required feature: "android-icu-text-DateFormat_Field"

pub fn HOUR0<'env>(env: &'env Env) -> Option<Local<'env, DateFormat_Field>>[src]

get public static final HOUR0

Required feature: "android-icu-text-DateFormat_Field"

pub fn HOUR1<'env>(env: &'env Env) -> Option<Local<'env, DateFormat_Field>>[src]

get public static final HOUR1

Required feature: "android-icu-text-DateFormat_Field"

pub fn HOUR_OF_DAY0<'env>(
    env: &'env Env
) -> Option<Local<'env, DateFormat_Field>>
[src]

get public static final HOUR_OF_DAY0

Required feature: "android-icu-text-DateFormat_Field"

pub fn HOUR_OF_DAY1<'env>(
    env: &'env Env
) -> Option<Local<'env, DateFormat_Field>>
[src]

get public static final HOUR_OF_DAY1

Required feature: "android-icu-text-DateFormat_Field"

pub fn JULIAN_DAY<'env>(env: &'env Env) -> Option<Local<'env, DateFormat_Field>>[src]

get public static final JULIAN_DAY

Required feature: "android-icu-text-DateFormat_Field"

pub fn MILLISECOND<'env>(
    env: &'env Env
) -> Option<Local<'env, DateFormat_Field>>
[src]

get public static final MILLISECOND

Required feature: "android-icu-text-DateFormat_Field"

pub fn MILLISECONDS_IN_DAY<'env>(
    env: &'env Env
) -> Option<Local<'env, DateFormat_Field>>
[src]

get public static final MILLISECONDS_IN_DAY

Required feature: "android-icu-text-DateFormat_Field"

pub fn MINUTE<'env>(env: &'env Env) -> Option<Local<'env, DateFormat_Field>>[src]

get public static final MINUTE

Required feature: "android-icu-text-DateFormat_Field"

pub fn MONTH<'env>(env: &'env Env) -> Option<Local<'env, DateFormat_Field>>[src]

get public static final MONTH

Required feature: "android-icu-text-DateFormat_Field"

pub fn QUARTER<'env>(env: &'env Env) -> Option<Local<'env, DateFormat_Field>>[src]

get public static final QUARTER

Required feature: "android-icu-text-DateFormat_Field"

pub fn SECOND<'env>(env: &'env Env) -> Option<Local<'env, DateFormat_Field>>[src]

get public static final SECOND

Required feature: "android-icu-text-DateFormat_Field"

pub fn TIME_ZONE<'env>(env: &'env Env) -> Option<Local<'env, DateFormat_Field>>[src]

get public static final TIME_ZONE

Required feature: "android-icu-text-DateFormat_Field"

pub fn WEEK_OF_MONTH<'env>(
    env: &'env Env
) -> Option<Local<'env, DateFormat_Field>>
[src]

get public static final WEEK_OF_MONTH

Required feature: "android-icu-text-DateFormat_Field"

pub fn WEEK_OF_YEAR<'env>(
    env: &'env Env
) -> Option<Local<'env, DateFormat_Field>>
[src]

get public static final WEEK_OF_YEAR

Required feature: "android-icu-text-DateFormat_Field"

pub fn YEAR<'env>(env: &'env Env) -> Option<Local<'env, DateFormat_Field>>[src]

get public static final YEAR

Required feature: "android-icu-text-DateFormat_Field"

pub fn YEAR_WOY<'env>(env: &'env Env) -> Option<Local<'env, DateFormat_Field>>[src]

get public static final YEAR_WOY

Required feature: "android-icu-text-DateFormat_Field"

Trait Implementations

impl AsJValue for DateFormat_Field

impl AsValidJObjectAndEnv for DateFormat_Field

impl Deref for DateFormat_Field

type Target = Format_Field

The resulting type after dereferencing.

impl JniType for DateFormat_Field

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, 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.