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