[]Struct jni_android_sys::android::provider::DocumentsContract_Document

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

public final class DocumentsContract.Document

Required feature: "android-provider-DocumentsContract_Document"

Methods

impl DocumentsContract_Document

pub const COLUMN_DISPLAY_NAME: &'static str[src]

public static final COLUMN_DISPLAY_NAME

pub const COLUMN_DOCUMENT_ID: &'static str[src]

public static final COLUMN_DOCUMENT_ID

pub const COLUMN_FLAGS: &'static str[src]

public static final COLUMN_FLAGS

pub const COLUMN_ICON: &'static str[src]

public static final COLUMN_ICON

pub const COLUMN_LAST_MODIFIED: &'static str[src]

public static final COLUMN_LAST_MODIFIED

pub const COLUMN_MIME_TYPE: &'static str[src]

public static final COLUMN_MIME_TYPE

pub const COLUMN_SIZE: &'static str[src]

public static final COLUMN_SIZE

pub const COLUMN_SUMMARY: &'static str[src]

public static final COLUMN_SUMMARY

pub const FLAG_DIR_PREFERS_GRID: i32[src]

public static final FLAG_DIR_PREFERS_GRID

pub const FLAG_DIR_PREFERS_LAST_MODIFIED: i32[src]

public static final FLAG_DIR_PREFERS_LAST_MODIFIED

pub const FLAG_DIR_SUPPORTS_CREATE: i32[src]

public static final FLAG_DIR_SUPPORTS_CREATE

pub const FLAG_SUPPORTS_COPY: i32[src]

public static final FLAG_SUPPORTS_COPY

pub const FLAG_SUPPORTS_DELETE: i32[src]

public static final FLAG_SUPPORTS_DELETE

pub const FLAG_SUPPORTS_MOVE: i32[src]

public static final FLAG_SUPPORTS_MOVE

pub const FLAG_SUPPORTS_REMOVE: i32[src]

public static final FLAG_SUPPORTS_REMOVE

pub const FLAG_SUPPORTS_RENAME: i32[src]

public static final FLAG_SUPPORTS_RENAME

pub const FLAG_SUPPORTS_SETTINGS: i32[src]

public static final FLAG_SUPPORTS_SETTINGS

pub const FLAG_SUPPORTS_THUMBNAIL: i32[src]

public static final FLAG_SUPPORTS_THUMBNAIL

pub const FLAG_SUPPORTS_WRITE: i32[src]

public static final FLAG_SUPPORTS_WRITE

pub const FLAG_VIRTUAL_DOCUMENT: i32[src]

public static final FLAG_VIRTUAL_DOCUMENT

pub const FLAG_WEB_LINKABLE: i32[src]

public static final FLAG_WEB_LINKABLE

pub const MIME_TYPE_DIR: &'static str[src]

public static final MIME_TYPE_DIR

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 DocumentsContract_Document

impl AsValidJObjectAndEnv for DocumentsContract_Document

impl Deref for DocumentsContract_Document

type Target = Object

The resulting type after dereferencing.

impl JniType for DocumentsContract_Document

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.