[]Struct jni_android_sys::android::provider::ContactsContract_CommonDataKinds_Event

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

public final class ContactsContract.CommonDataKinds.Event

Required feature: "android-provider-ContactsContract_CommonDataKinds_Event"

Methods

impl ContactsContract_CommonDataKinds_Event

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

getTypeResource

Required features: "java-lang-Integer"

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

getTypeLabel

Required features: "android-content-res-Resources", "java-lang-CharSequence"

pub const CONTENT_ITEM_TYPE: &'static str[src]

public static final CONTENT_ITEM_TYPE

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 START_DATE: &'static str[src]

public static final START_DATE

pub const TYPE_ANNIVERSARY: i32[src]

public static final TYPE_ANNIVERSARY

pub const TYPE_BIRTHDAY: i32[src]

public static final TYPE_BIRTHDAY

pub const TYPE_OTHER: i32[src]

public static final TYPE_OTHER

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.