pub struct ICoreWebView2DOMContentLoadedEventHandler(/* private fields */);
Implementations§
Source§impl ICoreWebView2DOMContentLoadedEventHandler
impl ICoreWebView2DOMContentLoadedEventHandler
pub unsafe fn Invoke<'a>( &self, sender: impl IntoParam<'a, ICoreWebView2>, args: impl IntoParam<'a, ICoreWebView2DOMContentLoadedEventArgs>, ) -> Result<(), Error>
Trait Implementations§
Source§impl Clone for ICoreWebView2DOMContentLoadedEventHandler
impl Clone for ICoreWebView2DOMContentLoadedEventHandler
Source§fn clone(&self) -> ICoreWebView2DOMContentLoadedEventHandler
fn clone(&self) -> ICoreWebView2DOMContentLoadedEventHandler
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§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 Interface for ICoreWebView2DOMContentLoadedEventHandler
impl Interface for ICoreWebView2DOMContentLoadedEventHandler
Source§impl PartialEq for ICoreWebView2DOMContentLoadedEventHandler
impl PartialEq for ICoreWebView2DOMContentLoadedEventHandler
Source§fn eq(&self, other: &ICoreWebView2DOMContentLoadedEventHandler) -> bool
fn eq(&self, other: &ICoreWebView2DOMContentLoadedEventHandler) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.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
impl Eq for ICoreWebView2DOMContentLoadedEventHandler
impl StructuralPartialEq for ICoreWebView2DOMContentLoadedEventHandler
Auto Trait Implementations§
impl Freeze for ICoreWebView2DOMContentLoadedEventHandler
impl RefUnwindSafe for ICoreWebView2DOMContentLoadedEventHandler
impl !Send for ICoreWebView2DOMContentLoadedEventHandler
impl !Sync for ICoreWebView2DOMContentLoadedEventHandler
impl Unpin for ICoreWebView2DOMContentLoadedEventHandler
impl UnwindSafe for ICoreWebView2DOMContentLoadedEventHandler
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