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