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