pub struct FocusChangedEventHandler(/* private fields */);
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 From<&mut FocusChangedEventHandler> for ICoreWebView2FocusChangedEventHandler
impl From<&mut FocusChangedEventHandler> for ICoreWebView2FocusChangedEventHandler
Source§fn from(implementation: &mut FocusChangedEventHandler) -> Self
fn from(implementation: &mut FocusChangedEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<FocusChangedEventHandler> for ICoreWebView2FocusChangedEventHandler
impl From<FocusChangedEventHandler> for ICoreWebView2FocusChangedEventHandler
Source§fn from(implementation: FocusChangedEventHandler) -> Self
fn from(implementation: FocusChangedEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<FocusChangedEventHandler> for IInspectable
impl From<FocusChangedEventHandler> for IInspectable
Source§fn from(implementation: FocusChangedEventHandler) -> Self
fn from(implementation: FocusChangedEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<FocusChangedEventHandler> for IUnknown
impl From<FocusChangedEventHandler> for IUnknown
Source§fn from(implementation: FocusChangedEventHandler) -> Self
fn from(implementation: FocusChangedEventHandler) -> Self
Converts to this type from the input type.
Source§impl ToImpl<ICoreWebView2FocusChangedEventHandler> for FocusChangedEventHandler
impl ToImpl<ICoreWebView2FocusChangedEventHandler> for FocusChangedEventHandler
Source§unsafe fn to_impl(
interface: &ICoreWebView2FocusChangedEventHandler,
) -> &mut Self
unsafe fn to_impl( interface: &ICoreWebView2FocusChangedEventHandler, ) -> &mut Self
Safety Read more
Auto Trait Implementations§
impl Freeze for FocusChangedEventHandler
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