pub struct ContextMenuRequestedEventHandler(_);Expand description
Implementation of ICoreWebView2ContextMenuRequestedEventHandler.
Implementations§
Trait Implementations§
source§impl AsImpl<ContextMenuRequestedEventHandler> for ICoreWebView2ContextMenuRequestedEventHandler
impl AsImpl<ContextMenuRequestedEventHandler> for ICoreWebView2ContextMenuRequestedEventHandler
fn as_impl(&self) -> &ContextMenuRequestedEventHandler
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.