windows::Win32::UI::Shell

Trait IMenuBand_Impl

pub trait IMenuBand_Impl: IUnknownImpl {
    // Required methods
    fn IsMenuMessage(&self, pmsg: *const MSG) -> Result<()>;
    fn TranslateMenuMessage(
        &self,
        pmsg: *mut MSG,
        plret: *mut LRESULT,
    ) -> Result<()>;
}

Required Methods§

fn IsMenuMessage(&self, pmsg: *const MSG) -> Result<()>

fn TranslateMenuMessage( &self, pmsg: *mut MSG, plret: *mut LRESULT, ) -> Result<()>

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§