Struct webview2_com::CursorChangedEventHandler
source · pub struct CursorChangedEventHandler(/* private fields */);
Expand description
Implementation of ICoreWebView2CursorChangedEventHandler_Impl
.
Implementations§
source§impl CursorChangedEventHandler
impl CursorChangedEventHandler
pub fn create( closure: EventClosure<Option<ICoreWebView2CompositionController>, Option<IUnknown>>, ) -> ICoreWebView2CursorChangedEventHandler
Trait Implementations§
source§impl AsImpl<CursorChangedEventHandler> for IUnknown
impl AsImpl<CursorChangedEventHandler> for IUnknown
source§impl ComObjectInner for CursorChangedEventHandler
impl ComObjectInner for CursorChangedEventHandler
§type Outer = CursorChangedEventHandler_Impl
type Outer = CursorChangedEventHandler_Impl
The generated
<foo>_Impl
type (aka the “boxed” type or “outer” type).source§fn into_object(self) -> ComObject<Self>
fn into_object(self) -> ComObject<Self>
Moves an instance of this type into a new ComObject box and returns it. 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 !Freeze for CursorChangedEventHandler
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