Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2SourceChangedEventHandler
source · pub struct ICoreWebView2SourceChangedEventHandler(_);Implementations§
source§impl ICoreWebView2SourceChangedEventHandler
impl ICoreWebView2SourceChangedEventHandler
pub unsafe fn Invoke<P0, P1>(&self, sender: P0, args: P1) -> Result<(), Error>where P0: IntoParam<ICoreWebView2, <ICoreWebView2 as TypeKind>::TypeKind>, P1: IntoParam<ICoreWebView2SourceChangedEventArgs, <ICoreWebView2SourceChangedEventArgs as TypeKind>::TypeKind>,
Trait Implementations§
source§impl AsImpl<SourceChangedEventHandler> for ICoreWebView2SourceChangedEventHandler
impl AsImpl<SourceChangedEventHandler> for ICoreWebView2SourceChangedEventHandler
fn as_impl(&self) -> &SourceChangedEventHandler
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 ComInterface for ICoreWebView2SourceChangedEventHandler
impl ComInterface for ICoreWebView2SourceChangedEventHandler
source§const IID: GUID = ::windows::core::GUID::from_u128(79787422017395671997797869564183884668)
const IID: GUID = ::windows::core::GUID::from_u128(79787422017395671997797869564183884668)
A unique identifier representing this interface.
source§impl From<SourceChangedEventHandler> for ICoreWebView2SourceChangedEventHandler
impl From<SourceChangedEventHandler> for ICoreWebView2SourceChangedEventHandler
source§fn from(this: SourceChangedEventHandler) -> Self
fn from(this: SourceChangedEventHandler) -> Self
Converts to this type from the input type.
source§impl Interface for ICoreWebView2SourceChangedEventHandler
impl Interface for ICoreWebView2SourceChangedEventHandler
type Vtable = ICoreWebView2SourceChangedEventHandler_Vtbl
source§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface implementation.source§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.
source§impl PartialEq<ICoreWebView2SourceChangedEventHandler> for ICoreWebView2SourceChangedEventHandler
impl PartialEq<ICoreWebView2SourceChangedEventHandler> for ICoreWebView2SourceChangedEventHandler
source§fn eq(&self, other: &ICoreWebView2SourceChangedEventHandler) -> bool
fn eq(&self, other: &ICoreWebView2SourceChangedEventHandler) -> bool
This method tests for
self and other values to be equal, and is used
by ==.