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