[]Struct jni_android_sys::android::R_color

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

public final class R.color

Required feature: "android-R_color"

Methods

impl R_color

pub fn new<'env>(
    __jni_env: &'env Env
) -> Result<Local<'env, R_color>, Local<'env, Throwable>>
[src]

pub const background_dark: i32[src]

public static final background_dark

pub const background_light: i32[src]

public static final background_light

pub const black: i32[src]

public static final black

pub const darker_gray: i32[src]

public static final darker_gray

pub const holo_blue_bright: i32[src]

public static final holo_blue_bright

pub const holo_blue_dark: i32[src]

public static final holo_blue_dark

pub const holo_blue_light: i32[src]

public static final holo_blue_light

pub const holo_green_dark: i32[src]

public static final holo_green_dark

pub const holo_green_light: i32[src]

public static final holo_green_light

pub const holo_orange_dark: i32[src]

public static final holo_orange_dark

pub const holo_orange_light: i32[src]

public static final holo_orange_light

pub const holo_purple: i32[src]

public static final holo_purple

pub const holo_red_dark: i32[src]

public static final holo_red_dark

pub const holo_red_light: i32[src]

public static final holo_red_light

pub const primary_text_dark: i32[src]

Deprecated

public static final primary_text_dark

pub const primary_text_dark_nodisable: i32[src]

Deprecated

public static final primary_text_dark_nodisable

pub const primary_text_light: i32[src]

Deprecated

public static final primary_text_light

pub const primary_text_light_nodisable: i32[src]

Deprecated

public static final primary_text_light_nodisable

pub const secondary_text_dark: i32[src]

Deprecated

public static final secondary_text_dark

pub const secondary_text_dark_nodisable: i32[src]

Deprecated

public static final secondary_text_dark_nodisable

pub const secondary_text_light: i32[src]

Deprecated

public static final secondary_text_light

pub const secondary_text_light_nodisable: i32[src]

Deprecated

public static final secondary_text_light_nodisable

pub const tab_indicator_text: i32[src]

public static final tab_indicator_text

pub const tertiary_text_dark: i32[src]

Deprecated

public static final tertiary_text_dark

pub const tertiary_text_light: i32[src]

Deprecated

public static final tertiary_text_light

pub const transparent: i32[src]

public static final transparent

pub const white: i32[src]

public static final white

pub const widget_edittext_dark: i32[src]

public static final widget_edittext_dark

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 R_color

impl AsValidJObjectAndEnv for R_color

impl Deref for R_color

type Target = Object

The resulting type after dereferencing.

impl JniType for R_color

Auto Trait Implementations

impl RefUnwindSafe for R_color

impl !Send for R_color

impl !Sync for R_color

impl Unpin for R_color

impl UnwindSafe for R_color

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.