pub struct WebResourceRequestedEventHandler(_);
Expand description
Implementation of ICoreWebView2WebResourceRequestedEventHandler
.
Implementations§
Trait Implementations§
source§impl AsImpl<WebResourceRequestedEventHandler> for ICoreWebView2WebResourceRequestedEventHandler
impl AsImpl<WebResourceRequestedEventHandler> for ICoreWebView2WebResourceRequestedEventHandler
fn as_impl(&self) -> &WebResourceRequestedEventHandler
source§impl From<WebResourceRequestedEventHandler> for ICoreWebView2WebResourceRequestedEventHandler
impl From<WebResourceRequestedEventHandler> for ICoreWebView2WebResourceRequestedEventHandler
source§fn from(this: WebResourceRequestedEventHandler) -> Self
fn from(this: WebResourceRequestedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<WebResourceRequestedEventHandler> for IInspectable
impl From<WebResourceRequestedEventHandler> for IInspectable
source§fn from(this: WebResourceRequestedEventHandler) -> Self
fn from(this: WebResourceRequestedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<WebResourceRequestedEventHandler> for IUnknown
impl From<WebResourceRequestedEventHandler> for IUnknown
source§fn from(this: WebResourceRequestedEventHandler) -> Self
fn from(this: WebResourceRequestedEventHandler) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
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