pub struct DownloadStartingEventHandler(_);
Expand description
Implementation of ICoreWebView2DownloadStartingEventHandler
.
Implementations
Trait Implementations
sourceimpl AsImpl<DownloadStartingEventHandler> for ICoreWebView2DownloadStartingEventHandler
impl AsImpl<DownloadStartingEventHandler> for ICoreWebView2DownloadStartingEventHandler
fn as_impl(&self) -> &DownloadStartingEventHandler
sourceimpl From<DownloadStartingEventHandler> for ICoreWebView2DownloadStartingEventHandler
impl From<DownloadStartingEventHandler> for ICoreWebView2DownloadStartingEventHandler
sourcefn from(this: DownloadStartingEventHandler) -> Self
fn from(this: DownloadStartingEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<DownloadStartingEventHandler> for IInspectable
impl From<DownloadStartingEventHandler> for IInspectable
sourcefn from(this: DownloadStartingEventHandler) -> Self
fn from(this: DownloadStartingEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<DownloadStartingEventHandler> for IUnknown
impl From<DownloadStartingEventHandler> for IUnknown
sourcefn 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more