pub trait IMapUnitCommandMenu_BreakdownEnemyMenuItemMethods: IMapUnitCommandMenu_BreakdownEnemyMenuItem {
// Provided methods
fn get_force(self) -> Force_Type { ... }
fn get_kind(self) -> MapInspector_Kind { ... }
fn get_mind(self) -> MapMind_Type { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn get_force(self) -> Force_Type
fn get_force(self) -> Force_Type
GetForce() overload
Sourcefn get_kind(self) -> MapInspector_Kind
fn get_kind(self) -> MapInspector_Kind
GetKind() overload
Sourcefn get_mind(self) -> MapMind_Type
fn get_mind(self) -> MapMind_Type
GetMind() 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: IMapUnitCommandMenu_BreakdownEnemyMenuItem> IMapUnitCommandMenu_BreakdownEnemyMenuItemMethods for __T
Available on crate feature
app-mapunitcommandmenu only.