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.
Auto Trait Implementations§
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