pub struct AcceleratorKeyPressedEventHandler(/* private fields */);
Expand description
Implementation of ICoreWebView2AcceleratorKeyPressedEventHandler_Impl
.
Implementations§
Trait Implementations§
source§impl AsImpl<AcceleratorKeyPressedEventHandler> for ICoreWebView2AcceleratorKeyPressedEventHandler
impl AsImpl<AcceleratorKeyPressedEventHandler> for ICoreWebView2AcceleratorKeyPressedEventHandler
source§impl ComObjectInner for AcceleratorKeyPressedEventHandler
impl ComObjectInner for AcceleratorKeyPressedEventHandler
§type Outer = AcceleratorKeyPressedEventHandler_Impl
type Outer = AcceleratorKeyPressedEventHandler_Impl
The generated
<foo>_Impl
type (aka the “boxed” type or “outer” type).source§fn into_object(self) -> ComObject<Self>
fn into_object(self) -> ComObject<Self>
Moves an instance of this type into a new ComObject box and returns it. Read more
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 !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