[]Struct jni_android_sys::android::provider::ContactsContract_DataColumns

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

public interface ContactsContract.DataColumns

Required feature: "android-provider-ContactsContract_DataColumns"

Methods

impl ContactsContract_DataColumns

pub const CARRIER_PRESENCE: &'static str[src]

public static final CARRIER_PRESENCE

pub const CARRIER_PRESENCE_VT_CAPABLE: i32[src]

public static final CARRIER_PRESENCE_VT_CAPABLE

pub const DATA1: &'static str[src]

public static final DATA1

pub const DATA10: &'static str[src]

public static final DATA10

pub const DATA11: &'static str[src]

public static final DATA11

pub const DATA12: &'static str[src]

public static final DATA12

pub const DATA13: &'static str[src]

public static final DATA13

pub const DATA14: &'static str[src]

public static final DATA14

pub const DATA15: &'static str[src]

public static final DATA15

pub const DATA2: &'static str[src]

public static final DATA2

pub const DATA3: &'static str[src]

public static final DATA3

pub const DATA4: &'static str[src]

public static final DATA4

pub const DATA5: &'static str[src]

public static final DATA5

pub const DATA6: &'static str[src]

public static final DATA6

pub const DATA7: &'static str[src]

public static final DATA7

pub const DATA8: &'static str[src]

public static final DATA8

pub const DATA9: &'static str[src]

public static final DATA9

pub const DATA_VERSION: &'static str[src]

public static final DATA_VERSION

pub const IS_PRIMARY: &'static str[src]

public static final IS_PRIMARY

pub const IS_READ_ONLY: &'static str[src]

public static final IS_READ_ONLY

pub const IS_SUPER_PRIMARY: &'static str[src]

public static final IS_SUPER_PRIMARY

pub const MIMETYPE: &'static str[src]

public static final MIMETYPE

pub const PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME: &'static str[src]

pub const PREFERRED_PHONE_ACCOUNT_ID: &'static str[src]

public static final PREFERRED_PHONE_ACCOUNT_ID

pub const RAW_CONTACT_ID: &'static str[src]

public static final RAW_CONTACT_ID

pub const RES_PACKAGE: &'static str[src]

public static final RES_PACKAGE

pub const SYNC1: &'static str[src]

public static final SYNC1

pub const SYNC2: &'static str[src]

public static final SYNC2

pub const SYNC3: &'static str[src]

public static final SYNC3

pub const SYNC4: &'static str[src]

public static final SYNC4

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.