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