pub struct ContentLoadingEventHandler(/* private fields */);
Expand description
Implementation of ICoreWebView2ContentLoadingEventHandler
.
Implementations§
Trait Implementations§
Source§impl From<&mut ContentLoadingEventHandler> for ICoreWebView2ContentLoadingEventHandler
impl From<&mut ContentLoadingEventHandler> for ICoreWebView2ContentLoadingEventHandler
Source§fn from(implementation: &mut ContentLoadingEventHandler) -> Self
fn from(implementation: &mut ContentLoadingEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<ContentLoadingEventHandler> for ICoreWebView2ContentLoadingEventHandler
impl From<ContentLoadingEventHandler> for ICoreWebView2ContentLoadingEventHandler
Source§fn from(implementation: ContentLoadingEventHandler) -> Self
fn from(implementation: ContentLoadingEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<ContentLoadingEventHandler> for IInspectable
impl From<ContentLoadingEventHandler> for IInspectable
Source§fn from(implementation: ContentLoadingEventHandler) -> Self
fn from(implementation: ContentLoadingEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<ContentLoadingEventHandler> for IUnknown
impl From<ContentLoadingEventHandler> for IUnknown
Source§fn from(implementation: ContentLoadingEventHandler) -> Self
fn from(implementation: ContentLoadingEventHandler) -> Self
Converts to this type from the input type.
Source§impl ToImpl<ICoreWebView2ContentLoadingEventHandler> for ContentLoadingEventHandler
impl ToImpl<ICoreWebView2ContentLoadingEventHandler> for ContentLoadingEventHandler
Source§unsafe fn to_impl(
interface: &ICoreWebView2ContentLoadingEventHandler,
) -> &mut Self
unsafe fn to_impl( interface: &ICoreWebView2ContentLoadingEventHandler, ) -> &mut Self
Safety Read more
Auto Trait Implementations§
impl Freeze for ContentLoadingEventHandler
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