pub struct CoreWebView2NavigationCompletedEventArgs(/* private fields */);
Implementations§
pub fn IsSuccess(&self) -> Result<bool>
pub fn WebErrorStatus(&self) -> Result<CoreWebView2WebErrorStatus>
Trait Implementations§
Source§fn clone(&self) -> CoreWebView2NavigationCompletedEventArgs
fn clone(&self) -> CoreWebView2NavigationCompletedEventArgs
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 from(value: &CoreWebView2NavigationCompletedEventArgs) -> Self
fn from(value: &CoreWebView2NavigationCompletedEventArgs) -> Self
Converts to this type from the input type.
Source§fn from(value: CoreWebView2NavigationCompletedEventArgs) -> Self
fn from(value: CoreWebView2NavigationCompletedEventArgs) -> Self
Converts to this type from the input type.
const IID: Guid
type Vtable = ICoreWebView2NavigationCompletedEventArgs_abi
fn into_param(self) -> Param<'a, Object>
fn into_param(self) -> Param<'a, Object>
Source§fn eq(&self, other: &CoreWebView2NavigationCompletedEventArgs) -> bool
fn eq(&self, other: &CoreWebView2NavigationCompletedEventArgs) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Auto Trait Implementations§
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
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