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