pub struct ICoreWebView2WebResourceRequestedEventArgs(/* private fields */);
Implementations§
Source§impl ICoreWebView2WebResourceRequestedEventArgs
impl ICoreWebView2WebResourceRequestedEventArgs
pub unsafe fn get_Request(&self) -> Result<ICoreWebView2WebResourceRequest>
pub unsafe fn get_Response(&self) -> Result<ICoreWebView2WebResourceResponse>
pub unsafe fn put_Response<'a>( &self, response: impl IntoParam<'a, ICoreWebView2WebResourceResponse>, ) -> Result<()>
pub unsafe fn GetDeferral(&self) -> Result<ICoreWebView2Deferral>
pub unsafe fn get_ResourceContext( &self, context: *mut COREWEBVIEW2_WEB_RESOURCE_CONTEXT, ) -> Result<()>
Trait Implementations§
Source§impl Clone for ICoreWebView2WebResourceRequestedEventArgs
impl Clone for ICoreWebView2WebResourceRequestedEventArgs
Source§fn clone(&self) -> ICoreWebView2WebResourceRequestedEventArgs
fn clone(&self) -> ICoreWebView2WebResourceRequestedEventArgs
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 From<&ICoreWebView2WebResourceRequestedEventArgs> for IUnknown
impl From<&ICoreWebView2WebResourceRequestedEventArgs> for IUnknown
Source§fn from(value: &ICoreWebView2WebResourceRequestedEventArgs) -> Self
fn from(value: &ICoreWebView2WebResourceRequestedEventArgs) -> Self
Converts to this type from the input type.
Source§impl From<ICoreWebView2WebResourceRequestedEventArgs> for IUnknown
impl From<ICoreWebView2WebResourceRequestedEventArgs> for IUnknown
Source§fn from(value: ICoreWebView2WebResourceRequestedEventArgs) -> Self
fn from(value: ICoreWebView2WebResourceRequestedEventArgs) -> Self
Converts to this type from the input type.
Source§impl Interface for ICoreWebView2WebResourceRequestedEventArgs
impl Interface for ICoreWebView2WebResourceRequestedEventArgs
Source§impl PartialEq for ICoreWebView2WebResourceRequestedEventArgs
impl PartialEq for ICoreWebView2WebResourceRequestedEventArgs
Source§fn eq(&self, other: &ICoreWebView2WebResourceRequestedEventArgs) -> bool
fn eq(&self, other: &ICoreWebView2WebResourceRequestedEventArgs) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for ICoreWebView2WebResourceRequestedEventArgs
impl StructuralPartialEq for ICoreWebView2WebResourceRequestedEventArgs
Auto Trait Implementations§
impl Freeze for ICoreWebView2WebResourceRequestedEventArgs
impl RefUnwindSafe for ICoreWebView2WebResourceRequestedEventArgs
impl !Send for ICoreWebView2WebResourceRequestedEventArgs
impl !Sync for ICoreWebView2WebResourceRequestedEventArgs
impl Unpin for ICoreWebView2WebResourceRequestedEventArgs
impl UnwindSafe for ICoreWebView2WebResourceRequestedEventArgs
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