[]Struct jni_android_sys::android::icu::lang::UCharacter

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

public final class UCharacter

Required feature: "android-icu-lang-UCharacter"

Methods

impl UCharacter

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

toString

Required features: "java-lang-String"

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

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

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

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

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

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

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

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

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

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

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

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

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

isLegal

Required features: "java-lang-String"

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

getUnicodeVersion

Required features: "android-icu-util-VersionInfo"

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

getName

Required features: "java-lang-String"

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

getName

Required features: "java-lang-String"

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

getExtendedName

Required features: "java-lang-String"

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

getNameAlias

Required features: "java-lang-String"

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

getCharFromName

Required features: "java-lang-String"

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

getCharFromExtendedName

Required features: "java-lang-String"

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

getCharFromNameAlias

Required features: "java-lang-String"

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

getPropertyName

Required features: "java-lang-String"

pub fn getPropertyEnum<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env CharSequence>>
) -> Result<i32, Local<'env, Throwable>>
[src]

getPropertyEnum

Required features: "java-lang-CharSequence"

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

getPropertyValueName

Required features: "java-lang-String"

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

getPropertyValueEnum

Required features: "java-lang-CharSequence"

pub fn getCodePoint_char_char<'env>(
    __jni_env: &'env Env,
    arg0: jchar,
    arg1: jchar
) -> Result<i32, Local<'env, Throwable>>
[src]

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

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

toUpperCase

Required features: "java-lang-String"

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

toLowerCase

Required features: "java-lang-String"

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

toTitleCase

Required features: "android-icu-text-BreakIterator", "java-lang-String"

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

toUpperCase

Required features: "java-lang-String", "java-util-Locale"

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

toUpperCase

Required features: "android-icu-util-ULocale", "java-lang-String"

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

toLowerCase

Required features: "java-lang-String", "java-util-Locale"

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

toLowerCase

Required features: "android-icu-util-ULocale", "java-lang-String"

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

toTitleCase

Required features: "android-icu-text-BreakIterator", "java-lang-String", "java-util-Locale"

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

toTitleCase

Required features: "android-icu-text-BreakIterator", "android-icu-util-ULocale", "java-lang-String"

pub fn toTitleCase_ULocale_String_BreakIterator_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ULocale>>,
    arg1: impl Into<Option<&'env String>>,
    arg2: impl Into<Option<&'env BreakIterator>>,
    arg3: i32
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toTitleCase

Required features: "android-icu-text-BreakIterator", "android-icu-util-ULocale", "java-lang-String"

pub fn toTitleCase_Locale_String_BreakIterator_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Locale>>,
    arg1: impl Into<Option<&'env String>>,
    arg2: impl Into<Option<&'env BreakIterator>>,
    arg3: i32
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toTitleCase

Required features: "android-icu-text-BreakIterator", "java-lang-String", "java-util-Locale"

pub fn foldCase_int_boolean<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: bool
) -> Result<i32, Local<'env, Throwable>>
[src]

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

foldCase

Required features: "java-lang-String"

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

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

foldCase

Required features: "java-lang-String"

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

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

getTypeIterator

Required features: "android-icu-util-RangeValueIterator"

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

getNameIterator

Required features: "android-icu-util-ValueIterator"

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

getExtendedNameIterator

Required features: "android-icu-util-ValueIterator"

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

getAge

Required features: "android-icu-util-VersionInfo"

pub fn hasBinaryProperty<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32
) -> Result<bool, Local<'env, Throwable>>
[src]

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

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

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

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

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

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

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

pub fn forDigit<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32
) -> Result<jchar, Local<'env, Throwable>>
[src]

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

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

pub fn isHighSurrogate<'env>(
    __jni_env: &'env Env,
    arg0: jchar
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isLowSurrogate<'env>(
    __jni_env: &'env Env,
    arg0: jchar
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isSurrogatePair<'env>(
    __jni_env: &'env Env,
    arg0: jchar,
    arg1: jchar
) -> Result<bool, Local<'env, Throwable>>
[src]

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

pub fn toCodePoint<'env>(
    __jni_env: &'env Env,
    arg0: jchar,
    arg1: jchar
) -> Result<i32, Local<'env, Throwable>>
[src]

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

codePointAt

Required features: "java-lang-CharSequence"

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

pub fn codePointAt_char_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env CharArray>>,
    arg1: i32,
    arg2: i32
) -> Result<i32, Local<'env, Throwable>>
[src]

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

codePointBefore

Required features: "java-lang-CharSequence"

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

pub fn codePointBefore_char_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env CharArray>>,
    arg1: i32,
    arg2: i32
) -> Result<i32, Local<'env, Throwable>>
[src]

pub fn toChars_int_char_array_int<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: impl Into<Option<&'env CharArray>>,
    arg2: i32
) -> Result<i32, Local<'env, Throwable>>
[src]

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

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

pub fn codePointCount_CharSequence_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env CharSequence>>,
    arg1: i32,
    arg2: i32
) -> Result<i32, Local<'env, Throwable>>
[src]

codePointCount

Required features: "java-lang-CharSequence"

pub fn codePointCount_char_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env CharArray>>,
    arg1: i32,
    arg2: i32
) -> Result<i32, Local<'env, Throwable>>
[src]

pub fn offsetByCodePoints_CharSequence_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env CharSequence>>,
    arg1: i32,
    arg2: i32
) -> Result<i32, Local<'env, Throwable>>
[src]

offsetByCodePoints

Required features: "java-lang-CharSequence"

pub fn offsetByCodePoints_char_array_int_int_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env CharArray>>,
    arg1: i32,
    arg2: i32,
    arg3: i32,
    arg4: i32
) -> Result<i32, Local<'env, Throwable>>
[src]

pub const FOLD_CASE_DEFAULT: i32[src]

public static final FOLD_CASE_DEFAULT

pub const FOLD_CASE_EXCLUDE_SPECIAL_I: i32[src]

public static final FOLD_CASE_EXCLUDE_SPECIAL_I

pub const MAX_CODE_POINT: i32[src]

public static final MAX_CODE_POINT

pub const MAX_HIGH_SURROGATE: jchar[src]

public static final MAX_HIGH_SURROGATE

pub const MAX_LOW_SURROGATE: jchar[src]

public static final MAX_LOW_SURROGATE

pub const MAX_RADIX: i32[src]

public static final MAX_RADIX

pub const MAX_SURROGATE: jchar[src]

public static final MAX_SURROGATE

pub const MAX_VALUE: i32[src]

public static final MAX_VALUE

pub const MIN_CODE_POINT: i32[src]

public static final MIN_CODE_POINT

pub const MIN_HIGH_SURROGATE: jchar[src]

public static final MIN_HIGH_SURROGATE

pub const MIN_LOW_SURROGATE: jchar[src]

public static final MIN_LOW_SURROGATE

pub const MIN_RADIX: i32[src]

public static final MIN_RADIX

pub const MIN_SUPPLEMENTARY_CODE_POINT: i32[src]

public static final MIN_SUPPLEMENTARY_CODE_POINT

pub const MIN_SURROGATE: jchar[src]

public static final MIN_SURROGATE

pub const MIN_VALUE: i32[src]

public static final MIN_VALUE

pub const NO_NUMERIC_VALUE: f64[src]

public static final NO_NUMERIC_VALUE

pub const REPLACEMENT_CHAR: i32[src]

public static final REPLACEMENT_CHAR

pub const SUPPLEMENTARY_MIN_VALUE: i32[src]

public static final SUPPLEMENTARY_MIN_VALUE

pub const TITLECASE_NO_BREAK_ADJUSTMENT: i32[src]

public static final TITLECASE_NO_BREAK_ADJUSTMENT

pub const TITLECASE_NO_LOWERCASE: i32[src]

public static final TITLECASE_NO_LOWERCASE

Methods from Deref<Target = Object>

pub fn getClass<'env>(
    &'env self
) -> Result<Option<Local<'env, Class>>, Local<'env, Throwable>>
[src]

getClass

Required features: "java-lang-Class"

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

pub fn equals<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Object>>
) -> Result<bool, Local<'env, Throwable>>
[src]

equals

Required features: "java-lang-Object"

pub fn toString<'env>(
    &'env self
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-String"

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

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

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

pub fn wait_long_int<'env>(
    &'env self,
    arg0: i64,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

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

Trait Implementations

impl AsJValue for UCharacter

impl AsRef<UCharacterEnums_ECharacterCategory> for UCharacter

impl AsRef<UCharacterEnums_ECharacterDirection> for UCharacter

impl AsValidJObjectAndEnv for UCharacter

impl Deref for UCharacter

type Target = Object

The resulting type after dereferencing.

impl JniType for UCharacter

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.