[]Struct jni_android_sys::java::text::NumberFormat_Field

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

public class NumberFormat.Field

Required feature: "java-text-NumberFormat_Field"

Methods

impl NumberFormat_Field

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

get public static final CURRENCY

Required feature: "java-text-NumberFormat_Field"

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

get public static final DECIMAL_SEPARATOR

Required feature: "java-text-NumberFormat_Field"

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

get public static final EXPONENT

Required feature: "java-text-NumberFormat_Field"

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

get public static final EXPONENT_SIGN

Required feature: "java-text-NumberFormat_Field"

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

get public static final EXPONENT_SYMBOL

Required feature: "java-text-NumberFormat_Field"

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

get public static final FRACTION

Required feature: "java-text-NumberFormat_Field"

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

get public static final GROUPING_SEPARATOR

Required feature: "java-text-NumberFormat_Field"

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

get public static final INTEGER

Required feature: "java-text-NumberFormat_Field"

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

get public static final PERCENT

Required feature: "java-text-NumberFormat_Field"

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

get public static final PERMILLE

Required feature: "java-text-NumberFormat_Field"

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

get public static final SIGN

Required feature: "java-text-NumberFormat_Field"

Trait Implementations

impl AsJValue for NumberFormat_Field

impl AsValidJObjectAndEnv for NumberFormat_Field

impl Deref for NumberFormat_Field

type Target = Format_Field

The resulting type after dereferencing.

impl JniType for NumberFormat_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.