Struct webview2_com::ContentLoadingEventHandler
source · [−]pub struct ContentLoadingEventHandler(_);
Expand description
Implementation of ICoreWebView2ContentLoadingEventHandler
.
Implementations
Trait Implementations
sourceimpl AsImpl<ContentLoadingEventHandler> for ICoreWebView2ContentLoadingEventHandler
impl AsImpl<ContentLoadingEventHandler> for ICoreWebView2ContentLoadingEventHandler
fn as_impl(&self) -> &ContentLoadingEventHandler
sourceimpl From<ContentLoadingEventHandler> for ICoreWebView2ContentLoadingEventHandler
impl From<ContentLoadingEventHandler> for ICoreWebView2ContentLoadingEventHandler
sourcefn from(this: ContentLoadingEventHandler) -> Self
fn from(this: ContentLoadingEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<ContentLoadingEventHandler> for IInspectable
impl From<ContentLoadingEventHandler> for IInspectable
sourcefn from(this: ContentLoadingEventHandler) -> Self
fn from(this: ContentLoadingEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<ContentLoadingEventHandler> for IUnknown
impl From<ContentLoadingEventHandler> for IUnknown
sourcefn 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
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