pub struct CreationContext<'a, 'b> {
pub env: &'a mut JNIEnv<'b>,
pub activity: &'a JObject<'b>,
pub webview: &'a JObject<'b>,
}
Fields§
§env: &'a mut JNIEnv<'b>
§activity: &'a JObject<'b>
§webview: &'a JObject<'b>
Auto Trait Implementations§
impl<'a, 'b> Freeze for CreationContext<'a, 'b>
impl<'a, 'b> RefUnwindSafe for CreationContext<'a, 'b>
impl<'a, 'b> !Send for CreationContext<'a, 'b>
impl<'a, 'b> !Sync for CreationContext<'a, 'b>
impl<'a, 'b> Unpin for CreationContext<'a, 'b>
impl<'a, 'b> !UnwindSafe for CreationContext<'a, 'b>
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