pub struct CustomItemSelectedEventHandler(_);
Expand description
Implementation of ICoreWebView2CustomItemSelectedEventHandler
.
Implementations§
Trait Implementations§
source§impl AsImpl<CustomItemSelectedEventHandler> for ICoreWebView2CustomItemSelectedEventHandler
impl AsImpl<CustomItemSelectedEventHandler> for ICoreWebView2CustomItemSelectedEventHandler
fn as_impl(&self) -> &CustomItemSelectedEventHandler
source§impl From<CustomItemSelectedEventHandler> for ICoreWebView2CustomItemSelectedEventHandler
impl From<CustomItemSelectedEventHandler> for ICoreWebView2CustomItemSelectedEventHandler
source§fn from(this: CustomItemSelectedEventHandler) -> Self
fn from(this: CustomItemSelectedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<CustomItemSelectedEventHandler> for IInspectable
impl From<CustomItemSelectedEventHandler> for IInspectable
source§fn from(this: CustomItemSelectedEventHandler) -> Self
fn from(this: CustomItemSelectedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<CustomItemSelectedEventHandler> for IUnknown
impl From<CustomItemSelectedEventHandler> for IUnknown
source§fn from(this: CustomItemSelectedEventHandler) -> Self
fn from(this: CustomItemSelectedEventHandler) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for CustomItemSelectedEventHandler
impl !Send for CustomItemSelectedEventHandler
impl !Sync for CustomItemSelectedEventHandler
impl Unpin for CustomItemSelectedEventHandler
impl !UnwindSafe for CustomItemSelectedEventHandler
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