Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler
source · pub struct ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler(_);Implementations§
Trait Implementations§
source§impl AsImpl<AddScriptToExecuteOnDocumentCreatedCompletedHandler> for ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler
impl AsImpl<AddScriptToExecuteOnDocumentCreatedCompletedHandler> for ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler
source§impl Clone for ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler
impl Clone for ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler
source§fn clone(
&self
) -> ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler
fn clone( &self ) -> ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler
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 ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler
impl ComInterface for ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler
source§const IID: GUID = ::windows::core::GUID::from_u128(246672595811856997441927962289483082263)
const IID: GUID = ::windows::core::GUID::from_u128(246672595811856997441927962289483082263)
A unique identifier representing this interface.
source§impl From<AddScriptToExecuteOnDocumentCreatedCompletedHandler> for ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler
impl From<AddScriptToExecuteOnDocumentCreatedCompletedHandler> for ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler
source§fn from(this: AddScriptToExecuteOnDocumentCreatedCompletedHandler) -> Self
fn from(this: AddScriptToExecuteOnDocumentCreatedCompletedHandler) -> Self
Converts to this type from the input type.
source§impl Interface for ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler
impl Interface for ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler
type Vtable = ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler_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<ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler> for ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler
impl PartialEq<ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler> for ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler
source§fn eq(
&self,
other: &ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler
) -> bool
fn eq( &self, other: &ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler ) -> bool
This method tests for
self and other values to be equal, and is used
by ==.