pub struct PlatformWebview(/* private fields */);
Available on
desktop
and crate feature wry
only.Expand description
The platform webview handle. Accessed with Window
;
Implementations§
Source§impl PlatformWebview
impl PlatformWebview
Sourcepub fn inner(&self) -> Rc<WebView>
Available on Linux or DragonFly BSD or FreeBSD or NetBSD or OpenBSD only.
pub fn inner(&self) -> Rc<WebView>
Returns webkit2gtk::WebView
handle.
Auto Trait Implementations§
impl Freeze for PlatformWebview
impl RefUnwindSafe for PlatformWebview
impl !Send for PlatformWebview
impl !Sync for PlatformWebview
impl Unpin 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