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.
Auto Trait Implementations§
impl !RefUnwindSafe for FocusChangedEventHandler
impl !Send for FocusChangedEventHandler
impl !Sync for FocusChangedEventHandler
impl Unpin for FocusChangedEventHandler
impl !UnwindSafe for FocusChangedEventHandler
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more