pub struct WebResourceRequestedEventHandler(/* private fields */);
Expand description
Implementation of ICoreWebView2WebResourceRequestedEventHandler_Impl
.
Implementations§
Trait Implementations§
source§impl AsImpl<WebResourceRequestedEventHandler> for ICoreWebView2WebResourceRequestedEventHandler
impl AsImpl<WebResourceRequestedEventHandler> for ICoreWebView2WebResourceRequestedEventHandler
source§impl ComObjectInner for WebResourceRequestedEventHandler
impl ComObjectInner for WebResourceRequestedEventHandler
§type Outer = WebResourceRequestedEventHandler_Impl
type Outer = WebResourceRequestedEventHandler_Impl
The generated
<foo>_Impl
type (aka the “boxed” type or “outer” type).source§fn into_object(self) -> ComObject<Self>
fn into_object(self) -> ComObject<Self>
Moves an instance of this type into a new ComObject box and returns it. Read more
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 !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