[]Struct jni_android_sys::android::provider::CalendarContract_CalendarColumns

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

public interface CalendarContract.CalendarColumns

Required feature: "android-provider-CalendarContract_CalendarColumns"

Methods

impl CalendarContract_CalendarColumns

pub const ALLOWED_ATTENDEE_TYPES: &'static str[src]

public static final ALLOWED_ATTENDEE_TYPES

pub const ALLOWED_AVAILABILITY: &'static str[src]

public static final ALLOWED_AVAILABILITY

pub const ALLOWED_REMINDERS: &'static str[src]

public static final ALLOWED_REMINDERS

pub const CALENDAR_ACCESS_LEVEL: &'static str[src]

public static final CALENDAR_ACCESS_LEVEL

pub const CALENDAR_COLOR: &'static str[src]

public static final CALENDAR_COLOR

pub const CALENDAR_COLOR_KEY: &'static str[src]

public static final CALENDAR_COLOR_KEY

pub const CALENDAR_DISPLAY_NAME: &'static str[src]

public static final CALENDAR_DISPLAY_NAME

pub const CALENDAR_TIME_ZONE: &'static str[src]

public static final CALENDAR_TIME_ZONE

pub const CAL_ACCESS_CONTRIBUTOR: i32[src]

public static final CAL_ACCESS_CONTRIBUTOR

pub const CAL_ACCESS_EDITOR: i32[src]

public static final CAL_ACCESS_EDITOR

pub const CAL_ACCESS_FREEBUSY: i32[src]

public static final CAL_ACCESS_FREEBUSY

pub const CAL_ACCESS_NONE: i32[src]

public static final CAL_ACCESS_NONE

pub const CAL_ACCESS_OVERRIDE: i32[src]

public static final CAL_ACCESS_OVERRIDE

pub const CAL_ACCESS_OWNER: i32[src]

public static final CAL_ACCESS_OWNER

pub const CAL_ACCESS_READ: i32[src]

public static final CAL_ACCESS_READ

pub const CAL_ACCESS_RESPOND: i32[src]

public static final CAL_ACCESS_RESPOND

pub const CAL_ACCESS_ROOT: i32[src]

public static final CAL_ACCESS_ROOT

pub const CAN_MODIFY_TIME_ZONE: &'static str[src]

public static final CAN_MODIFY_TIME_ZONE

pub const CAN_ORGANIZER_RESPOND: &'static str[src]

public static final CAN_ORGANIZER_RESPOND

pub const IS_PRIMARY: &'static str[src]

public static final IS_PRIMARY

pub const MAX_REMINDERS: &'static str[src]

public static final MAX_REMINDERS

pub const OWNER_ACCOUNT: &'static str[src]

public static final OWNER_ACCOUNT

pub const SYNC_EVENTS: &'static str[src]

public static final SYNC_EVENTS

pub const VISIBLE: &'static str[src]

public static final VISIBLE

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.