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