pub struct ICoreWebView2FrameCreatedEventHandler(_);Implementations§
Trait Implementations§
source§impl AsImpl<FrameCreatedEventHandler> for ICoreWebView2FrameCreatedEventHandler
impl AsImpl<FrameCreatedEventHandler> for ICoreWebView2FrameCreatedEventHandler
fn as_impl(&self) -> &FrameCreatedEventHandler
source§impl Clone for ICoreWebView2FrameCreatedEventHandler
impl Clone for ICoreWebView2FrameCreatedEventHandler
source§fn clone(&self) -> ICoreWebView2FrameCreatedEventHandler
fn clone(&self) -> ICoreWebView2FrameCreatedEventHandler
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<FrameCreatedEventHandler> for ICoreWebView2FrameCreatedEventHandler
impl From<FrameCreatedEventHandler> for ICoreWebView2FrameCreatedEventHandler
source§fn from(this: FrameCreatedEventHandler) -> Self
fn from(this: FrameCreatedEventHandler) -> Self
Converts to this type from the input type.
source§impl Interface for ICoreWebView2FrameCreatedEventHandler
impl Interface for ICoreWebView2FrameCreatedEventHandler
source§impl PartialEq<ICoreWebView2FrameCreatedEventHandler> for ICoreWebView2FrameCreatedEventHandler
impl PartialEq<ICoreWebView2FrameCreatedEventHandler> for ICoreWebView2FrameCreatedEventHandler
source§fn eq(&self, other: &ICoreWebView2FrameCreatedEventHandler) -> bool
fn eq(&self, other: &ICoreWebView2FrameCreatedEventHandler) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Vtable for ICoreWebView2FrameCreatedEventHandler
impl Vtable for ICoreWebView2FrameCreatedEventHandler
type Vtable = ICoreWebView2FrameCreatedEventHandler_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.