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