pub struct DetachedWindowWebview<T: UserEvent, R: Runtime<T>> {
pub webview: DetachedWebview<T, R>,
pub use_https_scheme: bool,
}
Expand description
A detached webview associated with a window.
Fields§
§webview: DetachedWebview<T, R>
§use_https_scheme: bool
Trait Implementations§
Auto Trait Implementations§
impl<T, R> Freeze for DetachedWindowWebview<T, R>
impl<T, R> RefUnwindSafe for DetachedWindowWebview<T, R>
impl<T, R> Send for DetachedWindowWebview<T, R>
impl<T, R> Sync for DetachedWindowWebview<T, R>
impl<T, R> Unpin for DetachedWindowWebview<T, R>
impl<T, R> UnwindSafe for DetachedWindowWebview<T, R>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)