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.
Auto Trait Implementations§
impl !RefUnwindSafe for DownloadStartingEventHandler
impl !Send for DownloadStartingEventHandler
impl !Sync for DownloadStartingEventHandler
impl Unpin for DownloadStartingEventHandler
impl !UnwindSafe for DownloadStartingEventHandler
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more