pub struct ContextMenuRequestedEventHandler(/* private fields */);
Expand description
Implementation of ICoreWebView2ContextMenuRequestedEventHandler_Impl
.
Implementations§
Trait Implementations§
source§impl AsImpl<ContextMenuRequestedEventHandler> for ICoreWebView2ContextMenuRequestedEventHandler
impl AsImpl<ContextMenuRequestedEventHandler> for ICoreWebView2ContextMenuRequestedEventHandler
source§impl ComObjectInner for ContextMenuRequestedEventHandler
impl ComObjectInner for ContextMenuRequestedEventHandler
§type Outer = ContextMenuRequestedEventHandler_Impl
type Outer = ContextMenuRequestedEventHandler_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<ContextMenuRequestedEventHandler> for ICoreWebView2ContextMenuRequestedEventHandler
impl From<ContextMenuRequestedEventHandler> for ICoreWebView2ContextMenuRequestedEventHandler
source§fn from(this: ContextMenuRequestedEventHandler) -> Self
fn from(this: ContextMenuRequestedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<ContextMenuRequestedEventHandler> for IInspectable
impl From<ContextMenuRequestedEventHandler> for IInspectable
source§fn from(this: ContextMenuRequestedEventHandler) -> Self
fn from(this: ContextMenuRequestedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<ContextMenuRequestedEventHandler> for IUnknown
impl From<ContextMenuRequestedEventHandler> for IUnknown
source§fn from(this: ContextMenuRequestedEventHandler) -> Self
fn from(this: ContextMenuRequestedEventHandler) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for ContextMenuRequestedEventHandler
impl !RefUnwindSafe for ContextMenuRequestedEventHandler
impl !Send for ContextMenuRequestedEventHandler
impl !Sync for ContextMenuRequestedEventHandler
impl Unpin for ContextMenuRequestedEventHandler
impl !UnwindSafe for ContextMenuRequestedEventHandler
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