pub struct Webview {
pub controller: ICoreWebView2Controller,
}
Fields§
§controller: ICoreWebView2Controller
Auto Trait Implementations§
impl Freeze for Webview
impl RefUnwindSafe for Webview
impl !Send for Webview
impl !Sync for Webview
impl Unpin for Webview
impl UnwindSafe for Webview
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