pub struct ICoreWebView2ContentLoadingEventArgs(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for ICoreWebView2ContentLoadingEventArgs
impl Clone for ICoreWebView2ContentLoadingEventArgs
Source§fn clone(&self) -> ICoreWebView2ContentLoadingEventArgs
fn clone(&self) -> ICoreWebView2ContentLoadingEventArgs
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 Interface for ICoreWebView2ContentLoadingEventArgs
impl Interface for ICoreWebView2ContentLoadingEventArgs
Source§impl PartialEq for ICoreWebView2ContentLoadingEventArgs
impl PartialEq for ICoreWebView2ContentLoadingEventArgs
Source§fn eq(&self, other: &ICoreWebView2ContentLoadingEventArgs) -> bool
fn eq(&self, other: &ICoreWebView2ContentLoadingEventArgs) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for ICoreWebView2ContentLoadingEventArgs
impl StructuralPartialEq for ICoreWebView2ContentLoadingEventArgs
Auto Trait Implementations§
impl Freeze for ICoreWebView2ContentLoadingEventArgs
impl RefUnwindSafe for ICoreWebView2ContentLoadingEventArgs
impl !Send for ICoreWebView2ContentLoadingEventArgs
impl !Sync for ICoreWebView2ContentLoadingEventArgs
impl Unpin for ICoreWebView2ContentLoadingEventArgs
impl UnwindSafe for ICoreWebView2ContentLoadingEventArgs
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