pub struct WebView_3 { /* private fields */ }
Expand description
Wrapper for ICoreWebView2_3
.
Implementations§
Source§impl WebView_3
impl WebView_3
pub fn into_inner(self) -> ComRc<dyn ICoreWebView2_3>
pub fn as_inner(&self) -> &ComRc<dyn ICoreWebView2_3>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WebView_3
impl !RefUnwindSafe for WebView_3
impl !Send for WebView_3
impl !Sync for WebView_3
impl !Unpin for WebView_3
impl !UnwindSafe for WebView_3
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