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