pub struct ScriptDialogOpeningEventHandler(_);
Expand description
Implementation of ICoreWebView2ScriptDialogOpeningEventHandler
.
Implementations§
Trait Implementations§
source§impl AsImpl<ScriptDialogOpeningEventHandler> for ICoreWebView2ScriptDialogOpeningEventHandler
impl AsImpl<ScriptDialogOpeningEventHandler> for ICoreWebView2ScriptDialogOpeningEventHandler
fn as_impl(&self) -> &ScriptDialogOpeningEventHandler
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 !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