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

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

public class TtsSpan.DateBuilder

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

Methods

impl TtsSpan_DateBuilder

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

pub fn new_Integer_Integer_Integer_Integer<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Integer>>,
    arg1: impl Into<Option<&'env Integer>>,
    arg2: impl Into<Option<&'env Integer>>,
    arg3: impl Into<Option<&'env Integer>>
) -> Result<Local<'env, TtsSpan_DateBuilder>, Local<'env, Throwable>>
[src]

DateBuilder

Required features: "java-lang-Integer"

pub fn setWeekday<'env>(
    &'env self,
    arg0: i32
) -> Result<Option<Local<'env, TtsSpan_DateBuilder>>, Local<'env, Throwable>>
[src]

setWeekday

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

pub fn setDay<'env>(
    &'env self,
    arg0: i32
) -> Result<Option<Local<'env, TtsSpan_DateBuilder>>, Local<'env, Throwable>>
[src]

setDay

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

pub fn setMonth<'env>(
    &'env self,
    arg0: i32
) -> Result<Option<Local<'env, TtsSpan_DateBuilder>>, Local<'env, Throwable>>
[src]

setMonth

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

pub fn setYear<'env>(
    &'env self,
    arg0: i32
) -> Result<Option<Local<'env, TtsSpan_DateBuilder>>, Local<'env, Throwable>>
[src]

setYear

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

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_DateBuilder

impl AsValidJObjectAndEnv for TtsSpan_DateBuilder

impl Deref for TtsSpan_DateBuilder

type Target = TtsSpan_SemioticClassBuilder

The resulting type after dereferencing.

impl JniType for TtsSpan_DateBuilder

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.