Struct droid_wrap::android::os::Bundle
source · pub struct Bundle { /* private fields */ }Expand description
- 从字符串键到各种 Parcelable 值的映射。
- 警告:请注意,Bundle 是一个惰性容器,因此它不实现 equals(Object) 或 hashCode()。
Implementations§
Methods from Deref<Target = GlobalRef>§
Methods from Deref<Target = JObject<'static>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Bundle
impl RefUnwindSafe for Bundle
impl Send for Bundle
impl Sync for Bundle
impl Unpin for Bundle
impl UnwindSafe for Bundle
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more