pub struct ProcessInfosChangedEventHandler(_);
Expand description
Implementation of ICoreWebView2ProcessInfosChangedEventHandler
.
Implementations§
Trait Implementations§
source§impl AsImpl<ProcessInfosChangedEventHandler> for ICoreWebView2ProcessInfosChangedEventHandler
impl AsImpl<ProcessInfosChangedEventHandler> for ICoreWebView2ProcessInfosChangedEventHandler
fn as_impl(&self) -> &ProcessInfosChangedEventHandler
source§impl From<ProcessInfosChangedEventHandler> for ICoreWebView2ProcessInfosChangedEventHandler
impl From<ProcessInfosChangedEventHandler> for ICoreWebView2ProcessInfosChangedEventHandler
source§fn from(this: ProcessInfosChangedEventHandler) -> Self
fn from(this: ProcessInfosChangedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<ProcessInfosChangedEventHandler> for IInspectable
impl From<ProcessInfosChangedEventHandler> for IInspectable
source§fn from(this: ProcessInfosChangedEventHandler) -> Self
fn from(this: ProcessInfosChangedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<ProcessInfosChangedEventHandler> for IUnknown
impl From<ProcessInfosChangedEventHandler> for IUnknown
source§fn 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§
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