pub struct AndroidContext { /* private fields */ }Expand description
AndroidContext provides the pointers required to interface with the jni on Android
platforms.
Trait Implementations§
Source§impl Clone for AndroidContext
impl Clone for AndroidContext
Source§fn clone(&self) -> AndroidContext
fn clone(&self) -> AndroidContext
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AndroidContext
impl Debug for AndroidContext
impl Copy for AndroidContext
impl Send for AndroidContext
impl Sync for AndroidContext
Auto Trait Implementations§
impl Freeze for AndroidContext
impl RefUnwindSafe for AndroidContext
impl Unpin for AndroidContext
impl UnsafeUnpin for AndroidContext
impl UnwindSafe for AndroidContext
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