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