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