pub struct CustomItemSelectedEventHandler(_);Expand description
Implementation of ICoreWebView2CustomItemSelectedEventHandler.
Implementations§
Trait Implementations§
source§impl AsImpl<CustomItemSelectedEventHandler> for ICoreWebView2CustomItemSelectedEventHandler
impl AsImpl<CustomItemSelectedEventHandler> for ICoreWebView2CustomItemSelectedEventHandler
fn as_impl(&self) -> &CustomItemSelectedEventHandler
source§impl From<CustomItemSelectedEventHandler> for ICoreWebView2CustomItemSelectedEventHandler
impl From<CustomItemSelectedEventHandler> for ICoreWebView2CustomItemSelectedEventHandler
source§fn from(this: CustomItemSelectedEventHandler) -> Self
fn from(this: CustomItemSelectedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<CustomItemSelectedEventHandler> for IInspectable
impl From<CustomItemSelectedEventHandler> for IInspectable
source§fn from(this: CustomItemSelectedEventHandler) -> Self
fn from(this: CustomItemSelectedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<CustomItemSelectedEventHandler> for IUnknown
impl From<CustomItemSelectedEventHandler> for IUnknown
source§fn from(this: CustomItemSelectedEventHandler) -> Self
fn from(this: CustomItemSelectedEventHandler) -> Self
Converts to this type from the input type.