[]Struct jni_android_sys::android::provider::ContactsContract_CommonDataKinds_StructuredName

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

public final class ContactsContract.CommonDataKinds.StructuredName

Required feature: "android-provider-ContactsContract_CommonDataKinds_StructuredName"

Methods

impl ContactsContract_CommonDataKinds_StructuredName

pub const CONTENT_ITEM_TYPE: &'static str[src]

public static final CONTENT_ITEM_TYPE

pub const DISPLAY_NAME: &'static str[src]

public static final DISPLAY_NAME

pub const EXTRA_ADDRESS_BOOK_INDEX: &'static str[src]

public static final EXTRA_ADDRESS_BOOK_INDEX

pub const EXTRA_ADDRESS_BOOK_INDEX_COUNTS: &'static str[src]

public static final EXTRA_ADDRESS_BOOK_INDEX_COUNTS

pub const EXTRA_ADDRESS_BOOK_INDEX_TITLES: &'static str[src]

public static final EXTRA_ADDRESS_BOOK_INDEX_TITLES

pub const FAMILY_NAME: &'static str[src]

public static final FAMILY_NAME

pub const FULL_NAME_STYLE: &'static str[src]

public static final FULL_NAME_STYLE

pub const GIVEN_NAME: &'static str[src]

public static final GIVEN_NAME

pub const MIDDLE_NAME: &'static str[src]

public static final MIDDLE_NAME

pub const PHONETIC_FAMILY_NAME: &'static str[src]

public static final PHONETIC_FAMILY_NAME

pub const PHONETIC_GIVEN_NAME: &'static str[src]

public static final PHONETIC_GIVEN_NAME

pub const PHONETIC_MIDDLE_NAME: &'static str[src]

public static final PHONETIC_MIDDLE_NAME

pub const PHONETIC_NAME_STYLE: &'static str[src]

public static final PHONETIC_NAME_STYLE

pub const PREFIX: &'static str[src]

public static final PREFIX

pub const SUFFIX: &'static str[src]

public static final SUFFIX

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

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.