Skip to main content

ICoreWebView2ContextMenuTarget_Impl

Trait ICoreWebView2ContextMenuTarget_Impl 

Source
pub trait ICoreWebView2ContextMenuTarget_Impl: IUnknownImpl {
Show 13 methods // Required methods fn Kind(&self) -> Result<COREWEBVIEW2_CONTEXT_MENU_TARGET_KIND>; fn IsEditable(&self) -> Result<BOOL>; fn IsRequestedForMainFrame(&self) -> Result<BOOL>; fn PageUri(&self) -> Result<PWSTR>; fn FrameUri(&self) -> Result<PWSTR>; fn HasLinkUri(&self) -> Result<BOOL>; fn LinkUri(&self) -> Result<PWSTR>; fn HasLinkText(&self) -> Result<BOOL>; fn LinkText(&self) -> Result<PWSTR>; fn HasSourceUri(&self) -> Result<BOOL>; fn SourceUri(&self) -> Result<PWSTR>; fn HasSelection(&self) -> Result<BOOL>; fn SelectionText(&self) -> Result<PWSTR>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§