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