pub struct CustomItemSelectedEventHandler(_);
Expand description
Implementation of ICoreWebView2CustomItemSelectedEventHandler
.
Implementations
Trait Implementations
sourceimpl AsImpl<CustomItemSelectedEventHandler> for ICoreWebView2CustomItemSelectedEventHandler
impl AsImpl<CustomItemSelectedEventHandler> for ICoreWebView2CustomItemSelectedEventHandler
fn as_impl(&self) -> &CustomItemSelectedEventHandler
sourceimpl From<CustomItemSelectedEventHandler> for ICoreWebView2CustomItemSelectedEventHandler
impl From<CustomItemSelectedEventHandler> for ICoreWebView2CustomItemSelectedEventHandler
sourcefn from(this: CustomItemSelectedEventHandler) -> Self
fn from(this: CustomItemSelectedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<CustomItemSelectedEventHandler> for IInspectable
impl From<CustomItemSelectedEventHandler> for IInspectable
sourcefn from(this: CustomItemSelectedEventHandler) -> Self
fn from(this: CustomItemSelectedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<CustomItemSelectedEventHandler> for IUnknown
impl From<CustomItemSelectedEventHandler> for IUnknown
sourcefn 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more