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