pub struct ScriptDialogOpeningEventHandler(_);
Expand description
Implementation of ICoreWebView2ScriptDialogOpeningEventHandler
.
Implementations
Trait Implementations
sourceimpl AsImpl<ScriptDialogOpeningEventHandler> for ICoreWebView2ScriptDialogOpeningEventHandler
impl AsImpl<ScriptDialogOpeningEventHandler> for ICoreWebView2ScriptDialogOpeningEventHandler
fn as_impl(&self) -> &ScriptDialogOpeningEventHandler
sourceimpl From<ScriptDialogOpeningEventHandler> for ICoreWebView2ScriptDialogOpeningEventHandler
impl From<ScriptDialogOpeningEventHandler> for ICoreWebView2ScriptDialogOpeningEventHandler
sourcefn from(this: ScriptDialogOpeningEventHandler) -> Self
fn from(this: ScriptDialogOpeningEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<ScriptDialogOpeningEventHandler> for IInspectable
impl From<ScriptDialogOpeningEventHandler> for IInspectable
sourcefn from(this: ScriptDialogOpeningEventHandler) -> Self
fn from(this: ScriptDialogOpeningEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<ScriptDialogOpeningEventHandler> for IUnknown
impl From<ScriptDialogOpeningEventHandler> for IUnknown
sourcefn 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more