pub struct ICoreWebView2NavigationCompletedEventArgs(/* private fields */);Implementations§
pub unsafe fn get_IsSuccess(&self, issuccess: *mut BOOL) -> Result<(), Error>
pub unsafe fn get_WebErrorStatus( &self, weberrorstatus: *mut COREWEBVIEW2_WEB_ERROR_STATUS, ) -> Result<(), Error>
Trait Implementations§
Source§fn clone(&self) -> ICoreWebView2NavigationCompletedEventArgs
fn clone(&self) -> ICoreWebView2NavigationCompletedEventArgs
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§fn eq(&self, other: &ICoreWebView2NavigationCompletedEventArgs) -> bool
fn eq(&self, other: &ICoreWebView2NavigationCompletedEventArgs) -> bool
Tests for
self and other values to be equal, and is used by ==.Auto Trait Implementations§
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