pub struct ScriptDialogOpeningEventHandler(/* private fields */);Expand description
Implementation of ICoreWebView2ScriptDialogOpeningEventHandler.
Implementations§
Trait Implementations§
Source§impl From<&mut ScriptDialogOpeningEventHandler> for ICoreWebView2ScriptDialogOpeningEventHandler
impl From<&mut ScriptDialogOpeningEventHandler> for ICoreWebView2ScriptDialogOpeningEventHandler
Source§fn from(implementation: &mut ScriptDialogOpeningEventHandler) -> Self
fn from(implementation: &mut ScriptDialogOpeningEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<ScriptDialogOpeningEventHandler> for ICoreWebView2ScriptDialogOpeningEventHandler
impl From<ScriptDialogOpeningEventHandler> for ICoreWebView2ScriptDialogOpeningEventHandler
Source§fn from(implementation: ScriptDialogOpeningEventHandler) -> Self
fn from(implementation: ScriptDialogOpeningEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<ScriptDialogOpeningEventHandler> for IInspectable
impl From<ScriptDialogOpeningEventHandler> for IInspectable
Source§fn from(implementation: ScriptDialogOpeningEventHandler) -> Self
fn from(implementation: ScriptDialogOpeningEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<ScriptDialogOpeningEventHandler> for IUnknown
impl From<ScriptDialogOpeningEventHandler> for IUnknown
Source§fn from(implementation: ScriptDialogOpeningEventHandler) -> Self
fn from(implementation: ScriptDialogOpeningEventHandler) -> Self
Converts to this type from the input type.
Source§impl ToImpl<ICoreWebView2ScriptDialogOpeningEventHandler> for ScriptDialogOpeningEventHandler
impl ToImpl<ICoreWebView2ScriptDialogOpeningEventHandler> for ScriptDialogOpeningEventHandler
Source§unsafe fn to_impl(
interface: &ICoreWebView2ScriptDialogOpeningEventHandler,
) -> &mut Self
unsafe fn to_impl( interface: &ICoreWebView2ScriptDialogOpeningEventHandler, ) -> &mut Self
Safety Read more
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