[]Struct jni_android_sys::android::provider::Telephony_BaseMmsColumns

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

public interface Telephony.BaseMmsColumns

Required feature: "android-provider-Telephony_BaseMmsColumns"

Methods

impl Telephony_BaseMmsColumns

pub const CONTENT_CLASS: &'static str[src]

public static final CONTENT_CLASS

pub const CONTENT_LOCATION: &'static str[src]

public static final CONTENT_LOCATION

pub const CONTENT_TYPE: &'static str[src]

public static final CONTENT_TYPE

pub const CREATOR: &'static str[src]

public static final CREATOR

pub const DATE: &'static str[src]

public static final DATE

pub const DATE_SENT: &'static str[src]

public static final DATE_SENT

pub const DELIVERY_REPORT: &'static str[src]

public static final DELIVERY_REPORT

pub const DELIVERY_TIME: &'static str[src]

public static final DELIVERY_TIME

pub const EXPIRY: &'static str[src]

public static final EXPIRY

pub const LOCKED: &'static str[src]

public static final LOCKED

pub const MESSAGE_BOX: &'static str[src]

public static final MESSAGE_BOX

pub const MESSAGE_BOX_ALL: i32[src]

public static final MESSAGE_BOX_ALL

pub const MESSAGE_BOX_DRAFTS: i32[src]

public static final MESSAGE_BOX_DRAFTS

pub const MESSAGE_BOX_FAILED: i32[src]

public static final MESSAGE_BOX_FAILED

pub const MESSAGE_BOX_INBOX: i32[src]

public static final MESSAGE_BOX_INBOX

pub const MESSAGE_BOX_OUTBOX: i32[src]

public static final MESSAGE_BOX_OUTBOX

pub const MESSAGE_BOX_SENT: i32[src]

public static final MESSAGE_BOX_SENT

pub const MESSAGE_CLASS: &'static str[src]

public static final MESSAGE_CLASS

pub const MESSAGE_ID: &'static str[src]

public static final MESSAGE_ID

pub const MESSAGE_SIZE: &'static str[src]

public static final MESSAGE_SIZE

pub const MESSAGE_TYPE: &'static str[src]

public static final MESSAGE_TYPE

pub const MMS_VERSION: &'static str[src]

public static final MMS_VERSION

pub const PRIORITY: &'static str[src]

public static final PRIORITY

pub const READ: &'static str[src]

public static final READ

pub const READ_REPORT: &'static str[src]

public static final READ_REPORT

pub const READ_STATUS: &'static str[src]

public static final READ_STATUS

pub const REPORT_ALLOWED: &'static str[src]

public static final REPORT_ALLOWED

pub const RESPONSE_STATUS: &'static str[src]

public static final RESPONSE_STATUS

pub const RESPONSE_TEXT: &'static str[src]

public static final RESPONSE_TEXT

pub const RETRIEVE_STATUS: &'static str[src]

public static final RETRIEVE_STATUS

pub const RETRIEVE_TEXT: &'static str[src]

public static final RETRIEVE_TEXT

pub const RETRIEVE_TEXT_CHARSET: &'static str[src]

public static final RETRIEVE_TEXT_CHARSET

pub const SEEN: &'static str[src]

public static final SEEN

pub const STATUS: &'static str[src]

public static final STATUS

pub const SUBJECT: &'static str[src]

public static final SUBJECT

pub const SUBJECT_CHARSET: &'static str[src]

public static final SUBJECT_CHARSET

pub const SUBSCRIPTION_ID: &'static str[src]

public static final SUBSCRIPTION_ID

pub const TEXT_ONLY: &'static str[src]

public static final TEXT_ONLY

pub const THREAD_ID: &'static str[src]

public static final THREAD_ID

pub const TRANSACTION_ID: &'static str[src]

public static final TRANSACTION_ID

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 Telephony_BaseMmsColumns

impl AsRef<BaseColumns> for Telephony_BaseMmsColumns

impl AsRef<Telephony_BaseMmsColumns> for Telephony_Mms

impl AsRef<Telephony_BaseMmsColumns> for Telephony_Mms_Draft

impl AsRef<Telephony_BaseMmsColumns> for Telephony_Mms_Inbox

impl AsRef<Telephony_BaseMmsColumns> for Telephony_Mms_Outbox

impl AsRef<Telephony_BaseMmsColumns> for Telephony_Mms_Sent

impl AsValidJObjectAndEnv for Telephony_BaseMmsColumns

impl Deref for Telephony_BaseMmsColumns

type Target = Object

The resulting type after dereferencing.

impl JniType for Telephony_BaseMmsColumns

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.