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