Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2CursorChangedEventHandler
source · [−]#[repr(transparent)]pub struct ICoreWebView2CursorChangedEventHandler(_);
Implementations
Trait Implementations
sourceimpl AsImpl<CursorChangedEventHandler> for ICoreWebView2CursorChangedEventHandler
impl AsImpl<CursorChangedEventHandler> for ICoreWebView2CursorChangedEventHandler
fn as_impl(&self) -> &CursorChangedEventHandler
sourceimpl Clone for ICoreWebView2CursorChangedEventHandler
impl Clone for ICoreWebView2CursorChangedEventHandler
sourcefn clone(&self) -> ICoreWebView2CursorChangedEventHandler
fn clone(&self) -> ICoreWebView2CursorChangedEventHandler
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
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 Interface for ICoreWebView2CursorChangedEventHandler
impl Interface for ICoreWebView2CursorChangedEventHandler
sourceconst IID: GUID = ::windows::core::GUID::from_u128(209541565142185681296330387627919590769)
const IID: GUID = ::windows::core::GUID::from_u128(209541565142185681296330387627919590769)
A unique identifier representing this interface.
sourceimpl PartialEq<ICoreWebView2CursorChangedEventHandler> for ICoreWebView2CursorChangedEventHandler
impl PartialEq<ICoreWebView2CursorChangedEventHandler> for ICoreWebView2CursorChangedEventHandler
sourcefn eq(&self, other: &ICoreWebView2CursorChangedEventHandler) -> bool
fn eq(&self, other: &ICoreWebView2CursorChangedEventHandler) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Eq for ICoreWebView2CursorChangedEventHandler
Auto Trait Implementations
impl RefUnwindSafe for ICoreWebView2CursorChangedEventHandler
impl !Send for ICoreWebView2CursorChangedEventHandler
impl !Sync for ICoreWebView2CursorChangedEventHandler
impl Unpin for ICoreWebView2CursorChangedEventHandler
impl UnwindSafe for ICoreWebView2CursorChangedEventHandler
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