pub struct ICoreWebView2EnvironmentInterop(/* private fields */);
Implementations§
Source§impl ICoreWebView2EnvironmentInterop
impl ICoreWebView2EnvironmentInterop
pub unsafe fn GetProviderForHwnd<'a>( &self, hwnd: impl IntoParam<'a, HWND>, ) -> Result<IUnknown>
Trait Implementations§
Source§impl Clone for ICoreWebView2EnvironmentInterop
impl Clone for ICoreWebView2EnvironmentInterop
Source§fn clone(&self) -> ICoreWebView2EnvironmentInterop
fn clone(&self) -> ICoreWebView2EnvironmentInterop
Returns a copy 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 From<&ICoreWebView2EnvironmentInterop> for IUnknown
impl From<&ICoreWebView2EnvironmentInterop> for IUnknown
Source§fn from(value: &ICoreWebView2EnvironmentInterop) -> Self
fn from(value: &ICoreWebView2EnvironmentInterop) -> Self
Converts to this type from the input type.
Source§impl From<ICoreWebView2EnvironmentInterop> for IUnknown
impl From<ICoreWebView2EnvironmentInterop> for IUnknown
Source§fn from(value: ICoreWebView2EnvironmentInterop) -> Self
fn from(value: ICoreWebView2EnvironmentInterop) -> Self
Converts to this type from the input type.
Source§impl Interface for ICoreWebView2EnvironmentInterop
impl Interface for ICoreWebView2EnvironmentInterop
Source§impl PartialEq for ICoreWebView2EnvironmentInterop
impl PartialEq for ICoreWebView2EnvironmentInterop
Source§fn eq(&self, other: &ICoreWebView2EnvironmentInterop) -> bool
fn eq(&self, other: &ICoreWebView2EnvironmentInterop) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for ICoreWebView2EnvironmentInterop
impl StructuralPartialEq for ICoreWebView2EnvironmentInterop
Auto Trait Implementations§
impl Freeze for ICoreWebView2EnvironmentInterop
impl RefUnwindSafe for ICoreWebView2EnvironmentInterop
impl !Send for ICoreWebView2EnvironmentInterop
impl !Sync for ICoreWebView2EnvironmentInterop
impl Unpin for ICoreWebView2EnvironmentInterop
impl UnwindSafe for ICoreWebView2EnvironmentInterop
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