pub struct PlatformWebview(/* private fields */);Available on crate feature
wry only.Expand description
The platform webview handle. Accessed with Webview;
Implementations§
Source§impl PlatformWebview
impl PlatformWebview
Sourcepub fn jni_handle(&self) -> JniHandle
Available on Android only.
pub fn jni_handle(&self) -> JniHandle
Returns handle for JNI execution.
Auto Trait Implementations§
impl Freeze for PlatformWebview
impl RefUnwindSafe for PlatformWebview
impl Send for PlatformWebview
impl Sync for PlatformWebview
impl Unpin for PlatformWebview
impl UnsafeUnpin for PlatformWebview
impl UnwindSafe for PlatformWebview
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