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