Skip to main content

IMapItemMenu_RodMenuItemMethods

Trait IMapItemMenu_RodMenuItemMethods 

Source
pub trait IMapItemMenu_RodMenuItemMethods: IMapItemMenu_RodMenuItem {
    // Provided methods
    fn ctor(
        self,
        unit_item_index: impl Into<i32>,
        basic_item_menu_content: impl Into<BasicItemMenuContent>,
    ) { ... }
    fn on_select(self) { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
    fn x_call(self) -> BasicMenu_Result { ... }
    fn b_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn ctor( self, unit_item_index: impl Into<i32>, basic_item_menu_content: impl Into<BasicItemMenuContent>, )

.ctor(i32, crate::app::basicitemmenucontent::BasicItemMenuContent) overload

Source

fn on_select(self)

OnSelect() overload

Source

fn a_call(self) -> BasicMenu_Result

ACall() overload

Source

fn x_call(self) -> BasicMenu_Result

XCall() overload

Source

fn b_call(self) -> BasicMenu_Result

BCall() 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: IMapItemMenu_RodMenuItem> IMapItemMenu_RodMenuItemMethods for __T

Available on crate feature app-mapitemmenu only.