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