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