Skip to main content

IMapSystemMenu_MapSystemMenuItemMethods

Trait IMapSystemMenu_MapSystemMenuItemMethods 

Source
pub trait IMapSystemMenu_MapSystemMenuItemMethods: IMapSystemMenu_MapSystemMenuItem {
    // Provided methods
    fn b_call(self) -> BasicMenu_Result { ... }
    fn on_select(self) { ... }
    fn on_deselect(self) { ... }
    fn help_on(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn b_call(self) -> BasicMenu_Result

BCall() overload

Source

fn on_select(self)

OnSelect() overload

Source

fn on_deselect(self)

OnDeselect() overload

Source

fn help_on(self)

HelpOn() overload

Source

fn ctor(self)

.ctor() overload

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§

Source§

impl<__T: IMapSystemMenu_MapSystemMenuItem> IMapSystemMenu_MapSystemMenuItemMethods for __T

Available on crate feature app-mapsystemmenu only.