pub struct EnvironmentInterop { /* private fields */ }Expand description
Wrapper for ICoreWebView2EnvironmentInterop.
Implementations§
Source§impl EnvironmentInterop
impl EnvironmentInterop
pub fn into_inner(self) -> ComRc<dyn ICoreWebView2EnvironmentInterop>
pub fn as_inner(&self) -> &ComRc<dyn ICoreWebView2EnvironmentInterop>
Trait Implementations§
Source§impl Clone for EnvironmentInterop
impl Clone for EnvironmentInterop
Source§fn clone(&self) -> EnvironmentInterop
fn clone(&self) -> EnvironmentInterop
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EnvironmentInterop
impl Debug for EnvironmentInterop
Source§impl From<ComRc<dyn ICoreWebView2EnvironmentInterop>> for EnvironmentInterop
impl From<ComRc<dyn ICoreWebView2EnvironmentInterop>> for EnvironmentInterop
Source§fn from(inner: ComRc<dyn ICoreWebView2EnvironmentInterop>) -> Self
fn from(inner: ComRc<dyn ICoreWebView2EnvironmentInterop>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for EnvironmentInterop
impl !RefUnwindSafe for EnvironmentInterop
impl !Send for EnvironmentInterop
impl !Sync for EnvironmentInterop
impl !Unpin for EnvironmentInterop
impl !UnwindSafe for EnvironmentInterop
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