pub struct FrameContentLoadingEventHandler(/* private fields */);
Expand description
Implementation of ICoreWebView2FrameContentLoadingEventHandler_Impl
.
Implementations§
Trait Implementations§
source§impl AsImpl<FrameContentLoadingEventHandler> for ICoreWebView2FrameContentLoadingEventHandler
impl AsImpl<FrameContentLoadingEventHandler> for ICoreWebView2FrameContentLoadingEventHandler
source§impl ComObjectInner for FrameContentLoadingEventHandler
impl ComObjectInner for FrameContentLoadingEventHandler
§type Outer = FrameContentLoadingEventHandler_Impl
type Outer = FrameContentLoadingEventHandler_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<FrameContentLoadingEventHandler> for ICoreWebView2FrameContentLoadingEventHandler
impl From<FrameContentLoadingEventHandler> for ICoreWebView2FrameContentLoadingEventHandler
source§fn from(this: FrameContentLoadingEventHandler) -> Self
fn from(this: FrameContentLoadingEventHandler) -> Self
Converts to this type from the input type.
source§impl From<FrameContentLoadingEventHandler> for IInspectable
impl From<FrameContentLoadingEventHandler> for IInspectable
source§fn from(this: FrameContentLoadingEventHandler) -> Self
fn from(this: FrameContentLoadingEventHandler) -> Self
Converts to this type from the input type.
source§impl From<FrameContentLoadingEventHandler> for IUnknown
impl From<FrameContentLoadingEventHandler> for IUnknown
source§fn from(this: FrameContentLoadingEventHandler) -> Self
fn from(this: FrameContentLoadingEventHandler) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for FrameContentLoadingEventHandler
impl !RefUnwindSafe for FrameContentLoadingEventHandler
impl !Send for FrameContentLoadingEventHandler
impl !Sync for FrameContentLoadingEventHandler
impl Unpin for FrameContentLoadingEventHandler
impl !UnwindSafe for FrameContentLoadingEventHandler
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