pub struct ICoreWebView2CursorChangedEventHandler(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for ICoreWebView2CursorChangedEventHandler
impl Clone for ICoreWebView2CursorChangedEventHandler
Source§fn clone(&self) -> ICoreWebView2CursorChangedEventHandler
fn clone(&self) -> ICoreWebView2CursorChangedEventHandler
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl From<&ICoreWebView2CursorChangedEventHandler> for IUnknown
impl From<&ICoreWebView2CursorChangedEventHandler> for IUnknown
Source§fn from(value: &ICoreWebView2CursorChangedEventHandler) -> Self
fn from(value: &ICoreWebView2CursorChangedEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<ICoreWebView2CursorChangedEventHandler> for IUnknown
impl From<ICoreWebView2CursorChangedEventHandler> for IUnknown
Source§fn from(value: ICoreWebView2CursorChangedEventHandler) -> Self
fn from(value: ICoreWebView2CursorChangedEventHandler) -> Self
Converts to this type from the input type.
Source§impl Interface for ICoreWebView2CursorChangedEventHandler
impl Interface for ICoreWebView2CursorChangedEventHandler
Source§impl PartialEq for ICoreWebView2CursorChangedEventHandler
impl PartialEq for ICoreWebView2CursorChangedEventHandler
Source§fn eq(&self, other: &ICoreWebView2CursorChangedEventHandler) -> bool
fn eq(&self, other: &ICoreWebView2CursorChangedEventHandler) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for ICoreWebView2CursorChangedEventHandler
impl StructuralPartialEq for ICoreWebView2CursorChangedEventHandler
Auto Trait Implementations§
impl Freeze for ICoreWebView2CursorChangedEventHandler
impl RefUnwindSafe for ICoreWebView2CursorChangedEventHandler
impl !Send for ICoreWebView2CursorChangedEventHandler
impl !Sync for ICoreWebView2CursorChangedEventHandler
impl Unpin for ICoreWebView2CursorChangedEventHandler
impl UnwindSafe for ICoreWebView2CursorChangedEventHandler
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