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