windows::Win32::System::Mmc

Trait ContextMenu_Impl

pub trait ContextMenu_Impl: IDispatch_Impl {
    // Required methods
    fn _NewEnum(&self) -> Result<IUnknown>;
    fn get_Item(&self, indexorpath: &VARIANT) -> Result<MenuItem>;
    fn Count(&self) -> Result<i32>;
}

Required Methods§

fn _NewEnum(&self) -> Result<IUnknown>

fn get_Item(&self, indexorpath: &VARIANT) -> Result<MenuItem>

fn Count(&self) -> Result<i32>

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.

Implementors§