Struct webview2_com::ProcessFailedEventHandler
source · [−]pub struct ProcessFailedEventHandler(_);
Expand description
Implementation of ICoreWebView2ProcessFailedEventHandler
.
Implementations
Trait Implementations
sourceimpl AsImpl<ProcessFailedEventHandler> for ICoreWebView2ProcessFailedEventHandler
impl AsImpl<ProcessFailedEventHandler> for ICoreWebView2ProcessFailedEventHandler
fn as_impl(&self) -> &ProcessFailedEventHandler
sourceimpl From<ProcessFailedEventHandler> for ICoreWebView2ProcessFailedEventHandler
impl From<ProcessFailedEventHandler> for ICoreWebView2ProcessFailedEventHandler
sourcefn from(this: ProcessFailedEventHandler) -> Self
fn from(this: ProcessFailedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<ProcessFailedEventHandler> for IInspectable
impl From<ProcessFailedEventHandler> for IInspectable
sourcefn from(this: ProcessFailedEventHandler) -> Self
fn from(this: ProcessFailedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<ProcessFailedEventHandler> for IUnknown
impl From<ProcessFailedEventHandler> for IUnknown
sourcefn from(this: ProcessFailedEventHandler) -> Self
fn from(this: ProcessFailedEventHandler) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl !RefUnwindSafe for ProcessFailedEventHandler
impl !Send for ProcessFailedEventHandler
impl !Sync for ProcessFailedEventHandler
impl Unpin for ProcessFailedEventHandler
impl !UnwindSafe for ProcessFailedEventHandler
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