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