pub struct WebResourceResponseReceivedEventHandler(/* private fields */);
Expand description
Implementation of ICoreWebView2WebResourceResponseReceivedEventHandler
.
Implementations§
Trait Implementations§
Source§impl From<&mut WebResourceResponseReceivedEventHandler> for ICoreWebView2WebResourceResponseReceivedEventHandler
impl From<&mut WebResourceResponseReceivedEventHandler> for ICoreWebView2WebResourceResponseReceivedEventHandler
Source§fn from(implementation: &mut WebResourceResponseReceivedEventHandler) -> Self
fn from(implementation: &mut WebResourceResponseReceivedEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<WebResourceResponseReceivedEventHandler> for ICoreWebView2WebResourceResponseReceivedEventHandler
impl From<WebResourceResponseReceivedEventHandler> for ICoreWebView2WebResourceResponseReceivedEventHandler
Source§fn from(implementation: WebResourceResponseReceivedEventHandler) -> Self
fn from(implementation: WebResourceResponseReceivedEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<WebResourceResponseReceivedEventHandler> for IInspectable
impl From<WebResourceResponseReceivedEventHandler> for IInspectable
Source§fn from(implementation: WebResourceResponseReceivedEventHandler) -> Self
fn from(implementation: WebResourceResponseReceivedEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<WebResourceResponseReceivedEventHandler> for IUnknown
impl From<WebResourceResponseReceivedEventHandler> for IUnknown
Source§fn from(implementation: WebResourceResponseReceivedEventHandler) -> Self
fn from(implementation: WebResourceResponseReceivedEventHandler) -> Self
Converts to this type from the input type.
Source§impl ToImpl<ICoreWebView2WebResourceResponseReceivedEventHandler> for WebResourceResponseReceivedEventHandler
impl ToImpl<ICoreWebView2WebResourceResponseReceivedEventHandler> for WebResourceResponseReceivedEventHandler
Source§unsafe fn to_impl(
interface: &ICoreWebView2WebResourceResponseReceivedEventHandler,
) -> &mut Self
unsafe fn to_impl( interface: &ICoreWebView2WebResourceResponseReceivedEventHandler, ) -> &mut Self
Safety Read more
Auto Trait Implementations§
impl Freeze for WebResourceResponseReceivedEventHandler
impl !RefUnwindSafe for WebResourceResponseReceivedEventHandler
impl !Send for WebResourceResponseReceivedEventHandler
impl !Sync for WebResourceResponseReceivedEventHandler
impl Unpin for WebResourceResponseReceivedEventHandler
impl !UnwindSafe for WebResourceResponseReceivedEventHandler
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