pub struct ContentLoadingEventArgs { /* private fields */ }
Expand description
Wrapper for ICoreWebView2ContentLoadingEventArgs
.
Implementations§
Source§impl ContentLoadingEventArgs
impl ContentLoadingEventArgs
pub fn into_inner(self) -> ComRc<dyn ICoreWebView2ContentLoadingEventArgs>
pub fn as_inner(&self) -> &ComRc<dyn ICoreWebView2ContentLoadingEventArgs>
Source§impl ContentLoadingEventArgs
impl ContentLoadingEventArgs
pub fn get_is_error_page(&self) -> Result<bool>
Trait Implementations§
Source§impl Clone for ContentLoadingEventArgs
impl Clone for ContentLoadingEventArgs
Source§fn clone(&self) -> ContentLoadingEventArgs
fn clone(&self) -> ContentLoadingEventArgs
Returns a duplicate 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 Debug for ContentLoadingEventArgs
impl Debug for ContentLoadingEventArgs
Source§impl From<ComRc<dyn ICoreWebView2ContentLoadingEventArgs>> for ContentLoadingEventArgs
impl From<ComRc<dyn ICoreWebView2ContentLoadingEventArgs>> for ContentLoadingEventArgs
Source§fn from(inner: ComRc<dyn ICoreWebView2ContentLoadingEventArgs>) -> Self
fn from(inner: ComRc<dyn ICoreWebView2ContentLoadingEventArgs>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ContentLoadingEventArgs
impl !RefUnwindSafe for ContentLoadingEventArgs
impl !Send for ContentLoadingEventArgs
impl !Sync for ContentLoadingEventArgs
impl !Unpin for ContentLoadingEventArgs
impl !UnwindSafe for ContentLoadingEventArgs
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