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