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