Struct webview2_com::CursorChangedEventHandler 
source · 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 AsImpl<CursorChangedEventHandler> for ICoreWebView2CursorChangedEventHandler
 
impl AsImpl<CursorChangedEventHandler> for ICoreWebView2CursorChangedEventHandler
source§unsafe fn as_impl(&self) -> &CursorChangedEventHandler
 
unsafe fn as_impl(&self) -> &CursorChangedEventHandler
Safety Read more
source§impl From<CursorChangedEventHandler> for ICoreWebView2CursorChangedEventHandler
 
impl From<CursorChangedEventHandler> for ICoreWebView2CursorChangedEventHandler
source§fn from(this: CursorChangedEventHandler) -> Self
 
fn from(this: CursorChangedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<CursorChangedEventHandler> for IInspectable
 
impl From<CursorChangedEventHandler> for IInspectable
source§fn from(this: CursorChangedEventHandler) -> Self
 
fn from(this: CursorChangedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<CursorChangedEventHandler> for IUnknown
 
impl From<CursorChangedEventHandler> for IUnknown
source§fn 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§
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