Struct webview2_com::FocusChangedEventHandler
source · [−]pub struct FocusChangedEventHandler(_);
Expand description
Implementation of ICoreWebView2FocusChangedEventHandler
.
Implementations
sourceimpl FocusChangedEventHandler
impl FocusChangedEventHandler
pub fn create(
closure: EventClosure<Option<ICoreWebView2Controller>, Option<IUnknown>>
) -> ICoreWebView2FocusChangedEventHandler
Trait Implementations
sourceimpl AsImpl<FocusChangedEventHandler> for ICoreWebView2FocusChangedEventHandler
impl AsImpl<FocusChangedEventHandler> for ICoreWebView2FocusChangedEventHandler
fn as_impl(&self) -> &FocusChangedEventHandler
sourceimpl From<FocusChangedEventHandler> for ICoreWebView2FocusChangedEventHandler
impl From<FocusChangedEventHandler> for ICoreWebView2FocusChangedEventHandler
sourcefn from(this: FocusChangedEventHandler) -> Self
fn from(this: FocusChangedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<FocusChangedEventHandler> for IInspectable
impl From<FocusChangedEventHandler> for IInspectable
sourcefn from(this: FocusChangedEventHandler) -> Self
fn from(this: FocusChangedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<FocusChangedEventHandler> for IUnknown
impl From<FocusChangedEventHandler> for IUnknown
sourcefn 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more