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