Struct webview2_com::CursorChangedEventHandler
source · pub struct CursorChangedEventHandler(_);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
fn as_impl(&self) -> &CursorChangedEventHandler
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.