pub struct Android { /* private fields */ }Expand description
Android protocol object
TODO: Complete implementation. Currently a stub to support protocol registration.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Android
impl !RefUnwindSafe for Android
impl Send for Android
impl Sync for Android
impl Unpin for Android
impl UnsafeUnpin for Android
impl !UnwindSafe for Android
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