pub struct DownloadStartingEventHandler(/* private fields */);Expand description
Implementation of ICoreWebView2DownloadStartingEventHandler.
Implementations§
Trait Implementations§
Source§impl From<&mut DownloadStartingEventHandler> for ICoreWebView2DownloadStartingEventHandler
impl From<&mut DownloadStartingEventHandler> for ICoreWebView2DownloadStartingEventHandler
Source§fn from(implementation: &mut DownloadStartingEventHandler) -> Self
fn from(implementation: &mut DownloadStartingEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<DownloadStartingEventHandler> for ICoreWebView2DownloadStartingEventHandler
impl From<DownloadStartingEventHandler> for ICoreWebView2DownloadStartingEventHandler
Source§fn from(implementation: DownloadStartingEventHandler) -> Self
fn from(implementation: DownloadStartingEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<DownloadStartingEventHandler> for IInspectable
impl From<DownloadStartingEventHandler> for IInspectable
Source§fn from(implementation: DownloadStartingEventHandler) -> Self
fn from(implementation: DownloadStartingEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<DownloadStartingEventHandler> for IUnknown
impl From<DownloadStartingEventHandler> for IUnknown
Source§fn from(implementation: DownloadStartingEventHandler) -> Self
fn from(implementation: DownloadStartingEventHandler) -> Self
Converts to this type from the input type.
Source§impl ToImpl<ICoreWebView2DownloadStartingEventHandler> for DownloadStartingEventHandler
impl ToImpl<ICoreWebView2DownloadStartingEventHandler> for DownloadStartingEventHandler
Source§unsafe fn to_impl(
interface: &ICoreWebView2DownloadStartingEventHandler,
) -> &mut Self
unsafe fn to_impl( interface: &ICoreWebView2DownloadStartingEventHandler, ) -> &mut Self
Safety Read more
Auto Trait Implementations§
impl Freeze for DownloadStartingEventHandler
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