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