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