[]Struct jni_android_sys::android::os::Bundle

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

public final class Bundle

Required feature: "android-os-Bundle"

Methods

impl Bundle

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

pub fn new_ClassLoader<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ClassLoader>>
) -> Result<Local<'env, Bundle>, Local<'env, Throwable>>
[src]

Bundle

Required features: "java-lang-ClassLoader"

pub fn new_int<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<Local<'env, Bundle>, Local<'env, Throwable>>
[src]

pub fn new_Bundle<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Bundle>>
) -> Result<Local<'env, Bundle>, Local<'env, Throwable>>
[src]

Bundle

Required features: "android-os-Bundle"

pub fn new_PersistableBundle<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env PersistableBundle>>
) -> Result<Local<'env, Bundle>, Local<'env, Throwable>>
[src]

Bundle

Required features: "android-os-PersistableBundle"

pub fn setClassLoader<'env>(
    &'env self,
    arg0: impl Into<Option<&'env ClassLoader>>
) -> Result<(), Local<'env, Throwable>>
[src]

setClassLoader

Required features: "java-lang-ClassLoader"

pub fn getClassLoader<'env>(
    &'env self
) -> Result<Option<Local<'env, ClassLoader>>, Local<'env, Throwable>>
[src]

getClassLoader

Required features: "java-lang-ClassLoader"

pub fn clone<'env>(
    &'env self
) -> Result<Option<Local<'env, Object>>, Local<'env, Throwable>>
[src]

clone

Required features: "java-lang-Object"

pub fn deepCopy<'env>(
    &'env self
) -> Result<Option<Local<'env, Bundle>>, Local<'env, Throwable>>
[src]

deepCopy

Required features: "android-os-Bundle"

pub fn clear<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn remove<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<(), Local<'env, Throwable>>
[src]

remove

Required features: "java-lang-String"

pub fn putAll<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Bundle>>
) -> Result<(), Local<'env, Throwable>>
[src]

putAll

Required features: "android-os-Bundle"

pub fn hasFileDescriptors<'env>(
    &'env self
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn putByte<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: i8
) -> Result<(), Local<'env, Throwable>>
[src]

putByte

Required features: "java-lang-String"

pub fn putChar<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: jchar
) -> Result<(), Local<'env, Throwable>>
[src]

putChar

Required features: "java-lang-String"

pub fn putShort<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: i16
) -> Result<(), Local<'env, Throwable>>
[src]

putShort

Required features: "java-lang-String"

pub fn putFloat<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: f32
) -> Result<(), Local<'env, Throwable>>
[src]

putFloat

Required features: "java-lang-String"

pub fn putCharSequence<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env CharSequence>>
) -> Result<(), Local<'env, Throwable>>
[src]

putCharSequence

Required features: "java-lang-CharSequence", "java-lang-String"

pub fn putParcelable<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env Parcelable>>
) -> Result<(), Local<'env, Throwable>>
[src]

putParcelable

Required features: "android-os-Parcelable", "java-lang-String"

pub fn putSize<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env Size>>
) -> Result<(), Local<'env, Throwable>>
[src]

putSize

Required features: "android-util-Size", "java-lang-String"

pub fn putSizeF<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env SizeF>>
) -> Result<(), Local<'env, Throwable>>
[src]

putSizeF

Required features: "android-util-SizeF", "java-lang-String"

pub fn putParcelableArray<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env ObjectArray<Parcelable, Throwable>>>
) -> Result<(), Local<'env, Throwable>>
[src]

putParcelableArray

Required features: "android-os-Parcelable", "java-lang-String"

pub fn putParcelableArrayList<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env ArrayList>>
) -> Result<(), Local<'env, Throwable>>
[src]

putParcelableArrayList

Required features: "java-lang-String", "java-util-ArrayList"

pub fn putSparseParcelableArray<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env SparseArray>>
) -> Result<(), Local<'env, Throwable>>
[src]

putSparseParcelableArray

Required features: "android-util-SparseArray", "java-lang-String"

pub fn putIntegerArrayList<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env ArrayList>>
) -> Result<(), Local<'env, Throwable>>
[src]

putIntegerArrayList

Required features: "java-lang-String", "java-util-ArrayList"

pub fn putStringArrayList<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env ArrayList>>
) -> Result<(), Local<'env, Throwable>>
[src]

putStringArrayList

Required features: "java-lang-String", "java-util-ArrayList"

pub fn putCharSequenceArrayList<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env ArrayList>>
) -> Result<(), Local<'env, Throwable>>
[src]

putCharSequenceArrayList

Required features: "java-lang-String", "java-util-ArrayList"

pub fn putSerializable<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env Serializable>>
) -> Result<(), Local<'env, Throwable>>
[src]

putSerializable

Required features: "java-io-Serializable", "java-lang-String"

pub fn putByteArray<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env ByteArray>>
) -> Result<(), Local<'env, Throwable>>
[src]

putByteArray

Required features: "java-lang-String"

pub fn putShortArray<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env ShortArray>>
) -> Result<(), Local<'env, Throwable>>
[src]

putShortArray

Required features: "java-lang-String"

pub fn putCharArray<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env CharArray>>
) -> Result<(), Local<'env, Throwable>>
[src]

putCharArray

Required features: "java-lang-String"

pub fn putFloatArray<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env FloatArray>>
) -> Result<(), Local<'env, Throwable>>
[src]

putFloatArray

Required features: "java-lang-String"

pub fn putCharSequenceArray<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env ObjectArray<CharSequence, Throwable>>>
) -> Result<(), Local<'env, Throwable>>
[src]

putCharSequenceArray

Required features: "java-lang-CharSequence", "java-lang-String"

pub fn putBundle<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env Bundle>>
) -> Result<(), Local<'env, Throwable>>
[src]

putBundle

Required features: "android-os-Bundle", "java-lang-String"

pub fn putBinder<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env IBinder>>
) -> Result<(), Local<'env, Throwable>>
[src]

putBinder

Required features: "android-os-IBinder", "java-lang-String"

pub fn getByte_String<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<i8, Local<'env, Throwable>>
[src]

getByte

Required features: "java-lang-String"

pub fn getByte_String_byte<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: i8
) -> Result<Option<Local<'env, Byte>>, Local<'env, Throwable>>
[src]

getByte

Required features: "java-lang-Byte", "java-lang-String"

pub fn getChar_String<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<jchar, Local<'env, Throwable>>
[src]

getChar

Required features: "java-lang-String"

pub fn getChar_String_char<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: jchar
) -> Result<jchar, Local<'env, Throwable>>
[src]

getChar

Required features: "java-lang-String"

pub fn getShort_String<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<i16, Local<'env, Throwable>>
[src]

getShort

Required features: "java-lang-String"

pub fn getShort_String_short<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: i16
) -> Result<i16, Local<'env, Throwable>>
[src]

getShort

Required features: "java-lang-String"

pub fn getFloat_String<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<f32, Local<'env, Throwable>>
[src]

getFloat

Required features: "java-lang-String"

pub fn getFloat_String_float<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: f32
) -> Result<f32, Local<'env, Throwable>>
[src]

getFloat

Required features: "java-lang-String"

pub fn getCharSequence_String<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, CharSequence>>, Local<'env, Throwable>>
[src]

getCharSequence

Required features: "java-lang-CharSequence", "java-lang-String"

pub fn getCharSequence_String_CharSequence<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env CharSequence>>
) -> Result<Option<Local<'env, CharSequence>>, Local<'env, Throwable>>
[src]

getCharSequence

Required features: "java-lang-CharSequence", "java-lang-String"

pub fn getSize<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Size>>, Local<'env, Throwable>>
[src]

getSize

Required features: "android-util-Size", "java-lang-String"

pub fn getSizeF<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, SizeF>>, Local<'env, Throwable>>
[src]

getSizeF

Required features: "android-util-SizeF", "java-lang-String"

pub fn getBundle<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Bundle>>, Local<'env, Throwable>>
[src]

getBundle

Required features: "android-os-Bundle", "java-lang-String"

pub fn getParcelable<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Parcelable>>, Local<'env, Throwable>>
[src]

getParcelable

Required features: "android-os-Parcelable", "java-lang-String"

pub fn getParcelableArray<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, ObjectArray<Parcelable, Throwable>>>, Local<'env, Throwable>>
[src]

getParcelableArray

Required features: "android-os-Parcelable", "java-lang-String"

pub fn getParcelableArrayList<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, ArrayList>>, Local<'env, Throwable>>
[src]

getParcelableArrayList

Required features: "java-lang-String", "java-util-ArrayList"

pub fn getSparseParcelableArray<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, SparseArray>>, Local<'env, Throwable>>
[src]

getSparseParcelableArray

Required features: "android-util-SparseArray", "java-lang-String"

pub fn getSerializable<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Serializable>>, Local<'env, Throwable>>
[src]

getSerializable

Required features: "java-io-Serializable", "java-lang-String"

pub fn getIntegerArrayList<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, ArrayList>>, Local<'env, Throwable>>
[src]

getIntegerArrayList

Required features: "java-lang-String", "java-util-ArrayList"

pub fn getStringArrayList<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, ArrayList>>, Local<'env, Throwable>>
[src]

getStringArrayList

Required features: "java-lang-String", "java-util-ArrayList"

pub fn getCharSequenceArrayList<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, ArrayList>>, Local<'env, Throwable>>
[src]

getCharSequenceArrayList

Required features: "java-lang-String", "java-util-ArrayList"

pub fn getByteArray<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, ByteArray>>, Local<'env, Throwable>>
[src]

getByteArray

Required features: "java-lang-String"

pub fn getShortArray<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, ShortArray>>, Local<'env, Throwable>>
[src]

getShortArray

Required features: "java-lang-String"

pub fn getCharArray<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, CharArray>>, Local<'env, Throwable>>
[src]

getCharArray

Required features: "java-lang-String"

pub fn getFloatArray<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, FloatArray>>, Local<'env, Throwable>>
[src]

getFloatArray

Required features: "java-lang-String"

pub fn getCharSequenceArray<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, ObjectArray<CharSequence, Throwable>>>, Local<'env, Throwable>>
[src]

getCharSequenceArray

Required features: "java-lang-CharSequence", "java-lang-String"

pub fn getBinder<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, IBinder>>, Local<'env, Throwable>>
[src]

getBinder

Required features: "android-os-IBinder", "java-lang-String"

pub fn describeContents<'env>(&'env self) -> Result<i32, Local<'env, Throwable>>[src]

pub fn writeToParcel<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Parcel>>,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

writeToParcel

Required features: "android-os-Parcel"

pub fn readFromParcel<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Parcel>>
) -> Result<(), Local<'env, Throwable>>
[src]

readFromParcel

Required features: "android-os-Parcel"

pub fn toString<'env>(
    &'env self
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-String"

pub fn CREATOR<'env>(env: &'env Env) -> Option<Local<'env, Parcelable_Creator>>[src]

get public static final CREATOR

Required feature: "android-os-Parcelable_Creator"

pub fn EMPTY<'env>(env: &'env Env) -> Option<Local<'env, Bundle>>[src]

get public static final EMPTY

Required feature: "android-os-Bundle"

Methods from Deref<Target = BaseBundle>

pub fn size<'env>(&'env self) -> Result<i32, Local<'env, Throwable>>[src]

pub fn isEmpty<'env>(&'env self) -> Result<bool, Local<'env, Throwable>>[src]

pub fn clear<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn containsKey<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<bool, Local<'env, Throwable>>
[src]

containsKey

Required features: "java-lang-String"

pub fn get<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Object>>, Local<'env, Throwable>>
[src]

get

Required features: "java-lang-Object", "java-lang-String"

pub fn remove<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<(), Local<'env, Throwable>>
[src]

remove

Required features: "java-lang-String"

pub fn putAll<'env>(
    &'env self,
    arg0: impl Into<Option<&'env PersistableBundle>>
) -> Result<(), Local<'env, Throwable>>
[src]

putAll

Required features: "android-os-PersistableBundle"

pub fn keySet<'env>(
    &'env self
) -> Result<Option<Local<'env, Set>>, Local<'env, Throwable>>
[src]

keySet

Required features: "java-util-Set"

pub fn putBoolean<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: bool
) -> Result<(), Local<'env, Throwable>>
[src]

putBoolean

Required features: "java-lang-String"

pub fn putInt<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

putInt

Required features: "java-lang-String"

pub fn putLong<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: i64
) -> Result<(), Local<'env, Throwable>>
[src]

putLong

Required features: "java-lang-String"

pub fn putDouble<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: f64
) -> Result<(), Local<'env, Throwable>>
[src]

putDouble

Required features: "java-lang-String"

pub fn putString<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env String>>
) -> Result<(), Local<'env, Throwable>>
[src]

putString

Required features: "java-lang-String"

pub fn putBooleanArray<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env BooleanArray>>
) -> Result<(), Local<'env, Throwable>>
[src]

putBooleanArray

Required features: "java-lang-String"

pub fn putIntArray<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env IntArray>>
) -> Result<(), Local<'env, Throwable>>
[src]

putIntArray

Required features: "java-lang-String"

pub fn putLongArray<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env LongArray>>
) -> Result<(), Local<'env, Throwable>>
[src]

putLongArray

Required features: "java-lang-String"

pub fn putDoubleArray<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env DoubleArray>>
) -> Result<(), Local<'env, Throwable>>
[src]

putDoubleArray

Required features: "java-lang-String"

pub fn putStringArray<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env ObjectArray<String, Throwable>>>
) -> Result<(), Local<'env, Throwable>>
[src]

putStringArray

Required features: "java-lang-String"

pub fn getBoolean_String<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<bool, Local<'env, Throwable>>
[src]

getBoolean

Required features: "java-lang-String"

pub fn getBoolean_String_boolean<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: bool
) -> Result<bool, Local<'env, Throwable>>
[src]

getBoolean

Required features: "java-lang-String"

pub fn getInt_String<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<i32, Local<'env, Throwable>>
[src]

getInt

Required features: "java-lang-String"

pub fn getInt_String_int<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: i32
) -> Result<i32, Local<'env, Throwable>>
[src]

getInt

Required features: "java-lang-String"

pub fn getLong_String<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<i64, Local<'env, Throwable>>
[src]

getLong

Required features: "java-lang-String"

pub fn getLong_String_long<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: i64
) -> Result<i64, Local<'env, Throwable>>
[src]

getLong

Required features: "java-lang-String"

pub fn getDouble_String<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<f64, Local<'env, Throwable>>
[src]

getDouble

Required features: "java-lang-String"

pub fn getDouble_String_double<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: f64
) -> Result<f64, Local<'env, Throwable>>
[src]

getDouble

Required features: "java-lang-String"

pub fn getString_String<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

getString

Required features: "java-lang-String"

pub fn getString_String_String<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

getString

Required features: "java-lang-String"

pub fn getBooleanArray<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, BooleanArray>>, Local<'env, Throwable>>
[src]

getBooleanArray

Required features: "java-lang-String"

pub fn getIntArray<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, IntArray>>, Local<'env, Throwable>>
[src]

getIntArray

Required features: "java-lang-String"

pub fn getLongArray<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, LongArray>>, Local<'env, Throwable>>
[src]

getLongArray

Required features: "java-lang-String"

pub fn getDoubleArray<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, DoubleArray>>, Local<'env, Throwable>>
[src]

getDoubleArray

Required features: "java-lang-String"

pub fn getStringArray<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, ObjectArray<String, Throwable>>>, Local<'env, Throwable>>
[src]

getStringArray

Required features: "java-lang-String"

Trait Implementations

impl AsJValue for Bundle

impl AsRef<Cloneable> for Bundle

impl AsRef<Parcelable> for Bundle

impl AsValidJObjectAndEnv for Bundle

impl Deref for Bundle

type Target = BaseBundle

The resulting type after dereferencing.

impl JniType for Bundle

Auto Trait Implementations

impl RefUnwindSafe for Bundle

impl !Send for Bundle

impl !Sync for Bundle

impl Unpin for Bundle

impl UnwindSafe for Bundle

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.