pub struct AcceleratorKeyPressedEventHandler(_);Expand description
Implementation of ICoreWebView2AcceleratorKeyPressedEventHandler.
Implementations§
Trait Implementations§
source§impl AsImpl<AcceleratorKeyPressedEventHandler> for ICoreWebView2AcceleratorKeyPressedEventHandler
impl AsImpl<AcceleratorKeyPressedEventHandler> for ICoreWebView2AcceleratorKeyPressedEventHandler
fn as_impl(&self) -> &AcceleratorKeyPressedEventHandler
source§impl From<AcceleratorKeyPressedEventHandler> for ICoreWebView2AcceleratorKeyPressedEventHandler
impl From<AcceleratorKeyPressedEventHandler> for ICoreWebView2AcceleratorKeyPressedEventHandler
source§fn from(this: AcceleratorKeyPressedEventHandler) -> Self
fn from(this: AcceleratorKeyPressedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<AcceleratorKeyPressedEventHandler> for IInspectable
impl From<AcceleratorKeyPressedEventHandler> for IInspectable
source§fn from(this: AcceleratorKeyPressedEventHandler) -> Self
fn from(this: AcceleratorKeyPressedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<AcceleratorKeyPressedEventHandler> for IUnknown
impl From<AcceleratorKeyPressedEventHandler> for IUnknown
source§fn from(this: AcceleratorKeyPressedEventHandler) -> Self
fn from(this: AcceleratorKeyPressedEventHandler) -> Self
Converts to this type from the input type.