pub struct MoveFocusRequestedEventHandler(/* private fields */);Expand description
Implementation of ICoreWebView2MoveFocusRequestedEventHandler.
Implementations§
Trait Implementations§
Source§impl From<&mut MoveFocusRequestedEventHandler> for ICoreWebView2MoveFocusRequestedEventHandler
impl From<&mut MoveFocusRequestedEventHandler> for ICoreWebView2MoveFocusRequestedEventHandler
Source§fn from(implementation: &mut MoveFocusRequestedEventHandler) -> Self
fn from(implementation: &mut MoveFocusRequestedEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<MoveFocusRequestedEventHandler> for ICoreWebView2MoveFocusRequestedEventHandler
impl From<MoveFocusRequestedEventHandler> for ICoreWebView2MoveFocusRequestedEventHandler
Source§fn from(implementation: MoveFocusRequestedEventHandler) -> Self
fn from(implementation: MoveFocusRequestedEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<MoveFocusRequestedEventHandler> for IInspectable
impl From<MoveFocusRequestedEventHandler> for IInspectable
Source§fn from(implementation: MoveFocusRequestedEventHandler) -> Self
fn from(implementation: MoveFocusRequestedEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<MoveFocusRequestedEventHandler> for IUnknown
impl From<MoveFocusRequestedEventHandler> for IUnknown
Source§fn from(implementation: MoveFocusRequestedEventHandler) -> Self
fn from(implementation: MoveFocusRequestedEventHandler) -> Self
Converts to this type from the input type.
Source§impl ToImpl<ICoreWebView2MoveFocusRequestedEventHandler> for MoveFocusRequestedEventHandler
impl ToImpl<ICoreWebView2MoveFocusRequestedEventHandler> for MoveFocusRequestedEventHandler
Source§unsafe fn to_impl(
interface: &ICoreWebView2MoveFocusRequestedEventHandler,
) -> &mut Self
unsafe fn to_impl( interface: &ICoreWebView2MoveFocusRequestedEventHandler, ) -> &mut Self
Safety Read more
Auto Trait Implementations§
impl Freeze for MoveFocusRequestedEventHandler
impl !RefUnwindSafe for MoveFocusRequestedEventHandler
impl !Send for MoveFocusRequestedEventHandler
impl !Sync for MoveFocusRequestedEventHandler
impl Unpin for MoveFocusRequestedEventHandler
impl !UnwindSafe for MoveFocusRequestedEventHandler
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