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<&ICoreWebView2StateChangedEventHandler> for IUnknown
impl From<&ICoreWebView2StateChangedEventHandler> for IUnknown
Source§fn from(value: &ICoreWebView2StateChangedEventHandler) -> Self
fn from(value: &ICoreWebView2StateChangedEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<ICoreWebView2StateChangedEventHandler> for IUnknown
impl From<ICoreWebView2StateChangedEventHandler> for IUnknown
Source§fn from(value: ICoreWebView2StateChangedEventHandler) -> Self
fn from(value: ICoreWebView2StateChangedEventHandler) -> 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 ==
.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