Struct webview2_com::CursorChangedEventHandler
source · [−]pub struct CursorChangedEventHandler(_);
Expand description
Implementation of ICoreWebView2CursorChangedEventHandler
.
Implementations
Trait Implementations
sourceimpl AsImpl<CursorChangedEventHandler> for ICoreWebView2CursorChangedEventHandler
impl AsImpl<CursorChangedEventHandler> for ICoreWebView2CursorChangedEventHandler
fn as_impl(&self) -> &CursorChangedEventHandler
sourceimpl From<CursorChangedEventHandler> for ICoreWebView2CursorChangedEventHandler
impl From<CursorChangedEventHandler> for ICoreWebView2CursorChangedEventHandler
sourcefn from(this: CursorChangedEventHandler) -> Self
fn from(this: CursorChangedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<CursorChangedEventHandler> for IInspectable
impl From<CursorChangedEventHandler> for IInspectable
sourcefn from(this: CursorChangedEventHandler) -> Self
fn from(this: CursorChangedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<CursorChangedEventHandler> for IUnknown
impl From<CursorChangedEventHandler> for IUnknown
sourcefn from(this: CursorChangedEventHandler) -> Self
fn from(this: CursorChangedEventHandler) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl !RefUnwindSafe for CursorChangedEventHandler
impl !Send for CursorChangedEventHandler
impl !Sync for CursorChangedEventHandler
impl Unpin for CursorChangedEventHandler
impl !UnwindSafe for CursorChangedEventHandler
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