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§
Sourcefn get_active_mind(self) -> MapMind_Type
fn get_active_mind(self) -> MapMind_Type
get_ActiveMind() overload
Sourcefn get_deploy_mode(self) -> MapPanelDeploy_Mode
fn get_deploy_mode(self) -> MapPanelDeploy_Mode
get_DeployMode() overload
Sourcefn build_attribute(self) -> BasicMenuItem_Attribute
fn build_attribute(self) -> BasicMenuItem_Attribute
BuildAttribute() overload
Sourcefn get_unit_item(self) -> UnitItem
fn get_unit_item(self) -> UnitItem
GetUnitItem() 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§
impl<__T: IMapItemMenu_TargetMenuItem> IMapItemMenu_TargetMenuItemMethods for __T
Available on crate feature
app-mapitemmenu only.