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