Struct webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2ContentLoadingEventArgs
source · [−]#[repr(transparent)]pub struct ICoreWebView2ContentLoadingEventArgs(_);
Implementations
Trait Implementations
sourceimpl<'a> From<&'a ICoreWebView2ContentLoadingEventArgs> for &'a IUnknown
impl<'a> From<&'a ICoreWebView2ContentLoadingEventArgs> for &'a IUnknown
sourcefn from(value: &'a ICoreWebView2ContentLoadingEventArgs) -> Self
fn from(value: &'a ICoreWebView2ContentLoadingEventArgs) -> Self
Converts to this type from the input type.
sourceimpl From<&ICoreWebView2ContentLoadingEventArgs> for IUnknown
impl From<&ICoreWebView2ContentLoadingEventArgs> for IUnknown
sourcefn from(value: &ICoreWebView2ContentLoadingEventArgs) -> Self
fn from(value: &ICoreWebView2ContentLoadingEventArgs) -> Self
Converts to this type from the input type.
sourceimpl From<ICoreWebView2ContentLoadingEventArgs> for IUnknown
impl From<ICoreWebView2ContentLoadingEventArgs> for IUnknown
sourcefn from(value: ICoreWebView2ContentLoadingEventArgs) -> Self
fn from(value: ICoreWebView2ContentLoadingEventArgs) -> Self
Converts to this type from the input type.
sourceimpl Interface for ICoreWebView2ContentLoadingEventArgs
impl Interface for ICoreWebView2ContentLoadingEventArgs
sourceimpl PartialEq<ICoreWebView2ContentLoadingEventArgs> for ICoreWebView2ContentLoadingEventArgs
impl PartialEq<ICoreWebView2ContentLoadingEventArgs> for ICoreWebView2ContentLoadingEventArgs
impl Eq for ICoreWebView2ContentLoadingEventArgs
Auto Trait Implementations
impl RefUnwindSafe for ICoreWebView2ContentLoadingEventArgs
impl !Send for ICoreWebView2ContentLoadingEventArgs
impl !Sync for ICoreWebView2ContentLoadingEventArgs
impl Unpin for ICoreWebView2ContentLoadingEventArgs
impl UnwindSafe for ICoreWebView2ContentLoadingEventArgs
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