Struct webview2_com::ContentLoadingEventHandler
source · pub struct ContentLoadingEventHandler(_);Expand description
Implementation of ICoreWebView2ContentLoadingEventHandler.
Implementations§
Trait Implementations§
source§impl AsImpl<ContentLoadingEventHandler> for ICoreWebView2ContentLoadingEventHandler
impl AsImpl<ContentLoadingEventHandler> for ICoreWebView2ContentLoadingEventHandler
fn as_impl(&self) -> &ContentLoadingEventHandler
source§impl From<ContentLoadingEventHandler> for ICoreWebView2ContentLoadingEventHandler
impl From<ContentLoadingEventHandler> for ICoreWebView2ContentLoadingEventHandler
source§fn from(this: ContentLoadingEventHandler) -> Self
fn from(this: ContentLoadingEventHandler) -> Self
Converts to this type from the input type.
source§impl From<ContentLoadingEventHandler> for IInspectable
impl From<ContentLoadingEventHandler> for IInspectable
source§fn from(this: ContentLoadingEventHandler) -> Self
fn from(this: ContentLoadingEventHandler) -> Self
Converts to this type from the input type.
source§impl From<ContentLoadingEventHandler> for IUnknown
impl From<ContentLoadingEventHandler> for IUnknown
source§fn from(this: ContentLoadingEventHandler) -> Self
fn from(this: ContentLoadingEventHandler) -> Self
Converts to this type from the input type.