[]Struct jni_android_sys::android::provider::ContactsContract_StatusColumns

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

public interface ContactsContract.StatusColumns

Required feature: "android-provider-ContactsContract_StatusColumns"

Methods

impl ContactsContract_StatusColumns

pub const AVAILABLE: i32[src]

public static final AVAILABLE

pub const AWAY: i32[src]

public static final AWAY

pub const CAPABILITY_HAS_CAMERA: i32[src]

public static final CAPABILITY_HAS_CAMERA

pub const CAPABILITY_HAS_VIDEO: i32[src]

public static final CAPABILITY_HAS_VIDEO

pub const CAPABILITY_HAS_VOICE: i32[src]

public static final CAPABILITY_HAS_VOICE

pub const CHAT_CAPABILITY: &'static str[src]

public static final CHAT_CAPABILITY

pub const DO_NOT_DISTURB: i32[src]

public static final DO_NOT_DISTURB

pub const IDLE: i32[src]

public static final IDLE

pub const INVISIBLE: i32[src]

public static final INVISIBLE

pub const OFFLINE: i32[src]

public static final OFFLINE

pub const PRESENCE: &'static str[src]

public static final PRESENCE

pub const PRESENCE_CUSTOM_STATUS: &'static str[src]

Deprecated

public static final PRESENCE_CUSTOM_STATUS

pub const PRESENCE_STATUS: &'static str[src]

Deprecated

public static final PRESENCE_STATUS

pub const STATUS: &'static str[src]

public static final STATUS

pub const STATUS_ICON: &'static str[src]

public static final STATUS_ICON

pub const STATUS_LABEL: &'static str[src]

public static final STATUS_LABEL

pub const STATUS_RES_PACKAGE: &'static str[src]

public static final STATUS_RES_PACKAGE

pub const STATUS_TIMESTAMP: &'static str[src]

public static final STATUS_TIMESTAMP

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 ContactsContract_StatusColumns

impl AsRef<ContactsContract_StatusColumns> for ContactsContract_Contacts_Entity

impl AsRef<ContactsContract_StatusColumns> for ContactsContract_DataColumnsWithJoins

impl AsRef<ContactsContract_StatusColumns> for ContactsContract_StatusUpdates

impl AsValidJObjectAndEnv for ContactsContract_StatusColumns

impl Deref for ContactsContract_StatusColumns

type Target = Object

The resulting type after dereferencing.

impl JniType for ContactsContract_StatusColumns

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.