[]Struct jni_android_sys::android::text::style::TtsSpan_DecimalBuilder

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

public class TtsSpan.DecimalBuilder

Required feature: "android-text-style-TtsSpan_DecimalBuilder"

Methods

impl TtsSpan_DecimalBuilder

pub fn new<'env>(
    __jni_env: &'env Env
) -> Result<Local<'env, TtsSpan_DecimalBuilder>, Local<'env, Throwable>>
[src]

pub fn new_double_int_int<'env>(
    __jni_env: &'env Env,
    arg0: f64,
    arg1: i32,
    arg2: i32
) -> Result<Local<'env, TtsSpan_DecimalBuilder>, Local<'env, Throwable>>
[src]

pub fn new_String_String<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env String>>
) -> Result<Local<'env, TtsSpan_DecimalBuilder>, Local<'env, Throwable>>
[src]

DecimalBuilder

Required features: "java-lang-String"

pub fn setArgumentsFromDouble<'env>(
    &'env self,
    arg0: f64,
    arg1: i32,
    arg2: i32
) -> Result<Option<Local<'env, TtsSpan_DecimalBuilder>>, Local<'env, Throwable>>
[src]

setArgumentsFromDouble

Required features: "android-text-style-TtsSpan_DecimalBuilder"

pub fn setIntegerPart_long<'env>(
    &'env self,
    arg0: i64
) -> Result<Option<Local<'env, TtsSpan_DecimalBuilder>>, Local<'env, Throwable>>
[src]

setIntegerPart

Required features: "android-text-style-TtsSpan_DecimalBuilder"

pub fn setIntegerPart_String<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, TtsSpan_DecimalBuilder>>, Local<'env, Throwable>>
[src]

setIntegerPart

Required features: "android-text-style-TtsSpan_DecimalBuilder", "java-lang-String"

pub fn setFractionalPart<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, TtsSpan_DecimalBuilder>>, Local<'env, Throwable>>
[src]

setFractionalPart

Required features: "android-text-style-TtsSpan_DecimalBuilder", "java-lang-String"

Methods from Deref<Target = TtsSpan_SemioticClassBuilder>

pub fn setGender<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, TtsSpan_SemioticClassBuilder>>, Local<'env, Throwable>>
[src]

setGender

Required features: "android-text-style-TtsSpan_SemioticClassBuilder", "java-lang-String"

pub fn setAnimacy<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, TtsSpan_SemioticClassBuilder>>, Local<'env, Throwable>>
[src]

setAnimacy

Required features: "android-text-style-TtsSpan_SemioticClassBuilder", "java-lang-String"

pub fn setMultiplicity<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, TtsSpan_SemioticClassBuilder>>, Local<'env, Throwable>>
[src]

setMultiplicity

Required features: "android-text-style-TtsSpan_SemioticClassBuilder", "java-lang-String"

pub fn setCase<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, TtsSpan_SemioticClassBuilder>>, Local<'env, Throwable>>
[src]

setCase

Required features: "android-text-style-TtsSpan_SemioticClassBuilder", "java-lang-String"

Trait Implementations

impl AsJValue for TtsSpan_DecimalBuilder

impl AsValidJObjectAndEnv for TtsSpan_DecimalBuilder

impl Deref for TtsSpan_DecimalBuilder

type Target = TtsSpan_SemioticClassBuilder

The resulting type after dereferencing.

impl JniType for TtsSpan_DecimalBuilder

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.