pub struct CoreWebView2ContentLoadingEventArgs(/* private fields */);
Implementations§
Source§impl CoreWebView2ContentLoadingEventArgs
impl CoreWebView2ContentLoadingEventArgs
pub fn IsErrorPage(&self) -> Result<bool>
Trait Implementations§
Source§impl Clone for CoreWebView2ContentLoadingEventArgs
impl Clone for CoreWebView2ContentLoadingEventArgs
Source§fn clone(&self) -> CoreWebView2ContentLoadingEventArgs
fn clone(&self) -> CoreWebView2ContentLoadingEventArgs
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 From<&CoreWebView2ContentLoadingEventArgs> for Object
impl From<&CoreWebView2ContentLoadingEventArgs> for Object
Source§fn from(value: &CoreWebView2ContentLoadingEventArgs) -> Self
fn from(value: &CoreWebView2ContentLoadingEventArgs) -> Self
Converts to this type from the input type.
Source§impl From<CoreWebView2ContentLoadingEventArgs> for Object
impl From<CoreWebView2ContentLoadingEventArgs> for Object
Source§fn from(value: CoreWebView2ContentLoadingEventArgs) -> Self
fn from(value: CoreWebView2ContentLoadingEventArgs) -> Self
Converts to this type from the input type.
Source§impl Interface for CoreWebView2ContentLoadingEventArgs
impl Interface for CoreWebView2ContentLoadingEventArgs
const IID: Guid
type Vtable = ICoreWebView2ContentLoadingEventArgs_abi
Source§impl<'a> IntoParam<'a, Object> for &'a CoreWebView2ContentLoadingEventArgs
impl<'a> IntoParam<'a, Object> for &'a CoreWebView2ContentLoadingEventArgs
fn into_param(self) -> Param<'a, Object>
Source§impl<'a> IntoParam<'a, Object> for CoreWebView2ContentLoadingEventArgs
impl<'a> IntoParam<'a, Object> for CoreWebView2ContentLoadingEventArgs
fn into_param(self) -> Param<'a, Object>
Source§impl PartialEq for CoreWebView2ContentLoadingEventArgs
impl PartialEq for CoreWebView2ContentLoadingEventArgs
Source§fn eq(&self, other: &CoreWebView2ContentLoadingEventArgs) -> bool
fn eq(&self, other: &CoreWebView2ContentLoadingEventArgs) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for CoreWebView2ContentLoadingEventArgs
impl Send for CoreWebView2ContentLoadingEventArgs
impl StructuralPartialEq for CoreWebView2ContentLoadingEventArgs
impl Sync for CoreWebView2ContentLoadingEventArgs
Auto Trait Implementations§
impl Freeze for CoreWebView2ContentLoadingEventArgs
impl RefUnwindSafe for CoreWebView2ContentLoadingEventArgs
impl Unpin for CoreWebView2ContentLoadingEventArgs
impl UnwindSafe for CoreWebView2ContentLoadingEventArgs
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