Skip to main content

IMapItemMenu_TargetMenuItemMethods

Trait IMapItemMenu_TargetMenuItemMethods 

Source
pub trait IMapItemMenu_TargetMenuItemMethods: IMapItemMenu_TargetMenuItem {
    // Provided methods
    fn get_active_mind(self) -> MapMind_Type { ... }
    fn get_deploy_mode(self) -> MapPanelDeploy_Mode { ... }
    fn ctor(self, unit_item_index: impl Into<i32>) { ... }
    fn build_attribute(self) -> BasicMenuItem_Attribute { ... }
    fn get_unit_item(self) -> UnitItem { ... }
    fn get_unit(self) -> Unit { ... }
    fn on_select(self) { ... }
}

Provided Methods§

Source

fn get_active_mind(self) -> MapMind_Type

get_ActiveMind() overload

Source

fn get_deploy_mode(self) -> MapPanelDeploy_Mode

get_DeployMode() overload

Source

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

.ctor(i32) overload

Source

fn build_attribute(self) -> BasicMenuItem_Attribute

BuildAttribute() overload

Source

fn get_unit_item(self) -> UnitItem

GetUnitItem() overload

Source

fn get_unit(self) -> Unit

GetUnit() overload

Source

fn on_select(self)

OnSelect() 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_TargetMenuItem> IMapItemMenu_TargetMenuItemMethods for __T

Available on crate feature app-mapitemmenu only.