Trait IScrollableContextMenu_Impl
pub trait IScrollableContextMenu_Impl: IUnknownImpl {
// Required methods
fn AddItem(&self, itemtext: &PCWSTR, cmdid: u32) -> Result<()>;
fn ShowModal(&self, x: i32, y: i32) -> Result<u32>;
}
Required Methods§
fn AddItem(&self, itemtext: &PCWSTR, cmdid: u32) -> Result<()>
fn ShowModal(&self, x: i32, y: i32) -> Result<u32>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.