Struct webview2_com::FaviconChangedEventHandler
source · pub struct FaviconChangedEventHandler(_);Expand description
Implementation of ICoreWebView2FaviconChangedEventHandler.
Implementations§
source§impl FaviconChangedEventHandler
impl FaviconChangedEventHandler
pub fn create( closure: EventClosure<Option<ICoreWebView2>, Option<IUnknown>> ) -> ICoreWebView2FaviconChangedEventHandler
Trait Implementations§
source§impl AsImpl<FaviconChangedEventHandler> for ICoreWebView2FaviconChangedEventHandler
impl AsImpl<FaviconChangedEventHandler> for ICoreWebView2FaviconChangedEventHandler
fn as_impl(&self) -> &FaviconChangedEventHandler
source§impl From<FaviconChangedEventHandler> for ICoreWebView2FaviconChangedEventHandler
impl From<FaviconChangedEventHandler> for ICoreWebView2FaviconChangedEventHandler
source§fn from(this: FaviconChangedEventHandler) -> Self
fn from(this: FaviconChangedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<FaviconChangedEventHandler> for IInspectable
impl From<FaviconChangedEventHandler> for IInspectable
source§fn from(this: FaviconChangedEventHandler) -> Self
fn from(this: FaviconChangedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<FaviconChangedEventHandler> for IUnknown
impl From<FaviconChangedEventHandler> for IUnknown
source§fn from(this: FaviconChangedEventHandler) -> Self
fn from(this: FaviconChangedEventHandler) -> Self
Converts to this type from the input type.