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