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