Struct webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2DownloadStartingEventHandler
source · [−]#[repr(transparent)]pub struct ICoreWebView2DownloadStartingEventHandler(_);
Implementations
sourceimpl ICoreWebView2DownloadStartingEventHandler
impl ICoreWebView2DownloadStartingEventHandler
pub unsafe fn Invoke<'a, P0, P1>(&self, sender: P0, args: P1) -> Result<()> where
P0: Into<InParam<'a, ICoreWebView2>>,
P1: Into<InParam<'a, ICoreWebView2DownloadStartingEventArgs>>,
Trait Implementations
sourceimpl<'a> From<&'a ICoreWebView2DownloadStartingEventHandler> for &'a IUnknown
impl<'a> From<&'a ICoreWebView2DownloadStartingEventHandler> for &'a IUnknown
sourcefn from(value: &'a ICoreWebView2DownloadStartingEventHandler) -> Self
fn from(value: &'a ICoreWebView2DownloadStartingEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<&ICoreWebView2DownloadStartingEventHandler> for IUnknown
impl From<&ICoreWebView2DownloadStartingEventHandler> for IUnknown
sourcefn from(value: &ICoreWebView2DownloadStartingEventHandler) -> Self
fn from(value: &ICoreWebView2DownloadStartingEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<ICoreWebView2DownloadStartingEventHandler> for IUnknown
impl From<ICoreWebView2DownloadStartingEventHandler> for IUnknown
sourcefn from(value: ICoreWebView2DownloadStartingEventHandler) -> Self
fn from(value: ICoreWebView2DownloadStartingEventHandler) -> Self
Converts to this type from the input type.
sourceimpl Interface for ICoreWebView2DownloadStartingEventHandler
impl Interface for ICoreWebView2DownloadStartingEventHandler
sourceimpl PartialEq<ICoreWebView2DownloadStartingEventHandler> for ICoreWebView2DownloadStartingEventHandler
impl PartialEq<ICoreWebView2DownloadStartingEventHandler> for ICoreWebView2DownloadStartingEventHandler
impl Eq for ICoreWebView2DownloadStartingEventHandler
Auto Trait Implementations
impl RefUnwindSafe for ICoreWebView2DownloadStartingEventHandler
impl !Send for ICoreWebView2DownloadStartingEventHandler
impl !Sync for ICoreWebView2DownloadStartingEventHandler
impl Unpin for ICoreWebView2DownloadStartingEventHandler
impl UnwindSafe for ICoreWebView2DownloadStartingEventHandler
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