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