Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2ContentLoadingEventHandler
source · [−]#[repr(transparent)]pub struct ICoreWebView2ContentLoadingEventHandler(_);
Implementations
Trait Implementations
sourceimpl AsImpl<ContentLoadingEventHandler> for ICoreWebView2ContentLoadingEventHandler
impl AsImpl<ContentLoadingEventHandler> for ICoreWebView2ContentLoadingEventHandler
fn as_impl(&self) -> &ContentLoadingEventHandler
sourceimpl Clone for ICoreWebView2ContentLoadingEventHandler
impl Clone for ICoreWebView2ContentLoadingEventHandler
sourcefn clone(&self) -> ICoreWebView2ContentLoadingEventHandler
fn clone(&self) -> ICoreWebView2ContentLoadingEventHandler
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl From<ContentLoadingEventHandler> for ICoreWebView2ContentLoadingEventHandler
impl From<ContentLoadingEventHandler> for ICoreWebView2ContentLoadingEventHandler
sourcefn from(this: ContentLoadingEventHandler) -> Self
fn from(this: ContentLoadingEventHandler) -> Self
Converts to this type from the input type.
sourceimpl Interface for ICoreWebView2ContentLoadingEventHandler
impl Interface for ICoreWebView2ContentLoadingEventHandler
sourceconst IID: GUID = ::windows::core::GUID::from_u128(72133698247881992173430462144903978059)
const IID: GUID = ::windows::core::GUID::from_u128(72133698247881992173430462144903978059)
A unique identifier representing this interface.
sourceimpl PartialEq<ICoreWebView2ContentLoadingEventHandler> for ICoreWebView2ContentLoadingEventHandler
impl PartialEq<ICoreWebView2ContentLoadingEventHandler> for ICoreWebView2ContentLoadingEventHandler
sourcefn eq(&self, other: &ICoreWebView2ContentLoadingEventHandler) -> bool
fn eq(&self, other: &ICoreWebView2ContentLoadingEventHandler) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Eq for ICoreWebView2ContentLoadingEventHandler
Auto Trait Implementations
impl RefUnwindSafe for ICoreWebView2ContentLoadingEventHandler
impl !Send for ICoreWebView2ContentLoadingEventHandler
impl !Sync for ICoreWebView2ContentLoadingEventHandler
impl Unpin for ICoreWebView2ContentLoadingEventHandler
impl UnwindSafe for ICoreWebView2ContentLoadingEventHandler
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