pub struct WebResourceRequestedEventHandler(_);
Expand description
Implementation of ICoreWebView2WebResourceRequestedEventHandler
.
Implementations
Trait Implementations
sourceimpl AsImpl<WebResourceRequestedEventHandler> for ICoreWebView2WebResourceRequestedEventHandler
impl AsImpl<WebResourceRequestedEventHandler> for ICoreWebView2WebResourceRequestedEventHandler
fn as_impl(&self) -> &WebResourceRequestedEventHandler
sourceimpl From<WebResourceRequestedEventHandler> for ICoreWebView2WebResourceRequestedEventHandler
impl From<WebResourceRequestedEventHandler> for ICoreWebView2WebResourceRequestedEventHandler
sourcefn from(this: WebResourceRequestedEventHandler) -> Self
fn from(this: WebResourceRequestedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<WebResourceRequestedEventHandler> for IInspectable
impl From<WebResourceRequestedEventHandler> for IInspectable
sourcefn from(this: WebResourceRequestedEventHandler) -> Self
fn from(this: WebResourceRequestedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<WebResourceRequestedEventHandler> for IUnknown
impl From<WebResourceRequestedEventHandler> for IUnknown
sourcefn 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more