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