pub struct ContextMenuRequestedEventHandler(_);
Expand description
Implementation of ICoreWebView2ContextMenuRequestedEventHandler
.
Implementations§
Trait Implementations§
source§impl AsImpl<ContextMenuRequestedEventHandler> for ICoreWebView2ContextMenuRequestedEventHandler
impl AsImpl<ContextMenuRequestedEventHandler> for ICoreWebView2ContextMenuRequestedEventHandler
fn as_impl(&self) -> &ContextMenuRequestedEventHandler
source§impl From<ContextMenuRequestedEventHandler> for ICoreWebView2ContextMenuRequestedEventHandler
impl From<ContextMenuRequestedEventHandler> for ICoreWebView2ContextMenuRequestedEventHandler
source§fn from(this: ContextMenuRequestedEventHandler) -> Self
fn from(this: ContextMenuRequestedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<ContextMenuRequestedEventHandler> for IInspectable
impl From<ContextMenuRequestedEventHandler> for IInspectable
source§fn from(this: ContextMenuRequestedEventHandler) -> Self
fn from(this: ContextMenuRequestedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<ContextMenuRequestedEventHandler> for IUnknown
impl From<ContextMenuRequestedEventHandler> for IUnknown
source§fn 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§
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