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