pub struct ICoreWebView2WebResourceResponseReceivedEventHandler(/* private fields */);
Implementations§
Source§impl ICoreWebView2WebResourceResponseReceivedEventHandler
impl ICoreWebView2WebResourceResponseReceivedEventHandler
pub unsafe fn Invoke<'a>( &self, sender: impl IntoParam<'a, ICoreWebView2>, args: impl IntoParam<'a, ICoreWebView2WebResourceResponseReceivedEventArgs>, ) -> Result<()>
Trait Implementations§
Source§impl Clone for ICoreWebView2WebResourceResponseReceivedEventHandler
impl Clone for ICoreWebView2WebResourceResponseReceivedEventHandler
Source§fn clone(&self) -> ICoreWebView2WebResourceResponseReceivedEventHandler
fn clone(&self) -> ICoreWebView2WebResourceResponseReceivedEventHandler
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<&ICoreWebView2WebResourceResponseReceivedEventHandler> for IUnknown
impl From<&ICoreWebView2WebResourceResponseReceivedEventHandler> for IUnknown
Source§fn from(value: &ICoreWebView2WebResourceResponseReceivedEventHandler) -> Self
fn from(value: &ICoreWebView2WebResourceResponseReceivedEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<ICoreWebView2WebResourceResponseReceivedEventHandler> for IUnknown
impl From<ICoreWebView2WebResourceResponseReceivedEventHandler> for IUnknown
Source§fn from(value: ICoreWebView2WebResourceResponseReceivedEventHandler) -> Self
fn from(value: ICoreWebView2WebResourceResponseReceivedEventHandler) -> Self
Converts to this type from the input type.
Source§impl Interface for ICoreWebView2WebResourceResponseReceivedEventHandler
impl Interface for ICoreWebView2WebResourceResponseReceivedEventHandler
Source§impl PartialEq for ICoreWebView2WebResourceResponseReceivedEventHandler
impl PartialEq for ICoreWebView2WebResourceResponseReceivedEventHandler
Source§fn eq(
&self,
other: &ICoreWebView2WebResourceResponseReceivedEventHandler,
) -> bool
fn eq( &self, other: &ICoreWebView2WebResourceResponseReceivedEventHandler, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for ICoreWebView2WebResourceResponseReceivedEventHandler
impl StructuralPartialEq for ICoreWebView2WebResourceResponseReceivedEventHandler
Auto Trait Implementations§
impl Freeze for ICoreWebView2WebResourceResponseReceivedEventHandler
impl RefUnwindSafe for ICoreWebView2WebResourceResponseReceivedEventHandler
impl !Send for ICoreWebView2WebResourceResponseReceivedEventHandler
impl !Sync for ICoreWebView2WebResourceResponseReceivedEventHandler
impl Unpin for ICoreWebView2WebResourceResponseReceivedEventHandler
impl UnwindSafe for ICoreWebView2WebResourceResponseReceivedEventHandler
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