pub trait IMapUnitCommandMenu_TargetSelectMenuItemMethods: IMapUnitCommandMenu_TargetSelectMenuItem {
// Provided methods
fn get_mind(self) -> MapMind_Type { ... }
fn enumerate(self, skill: impl Into<SkillData>) -> i32 { ... }
fn a_call(self) -> BasicMenu_Result { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn get_mind(self) -> MapMind_Type
fn get_mind(self) -> MapMind_Type
get_Mind() overload
Sourcefn enumerate(self, skill: impl Into<SkillData>) -> i32
fn enumerate(self, skill: impl Into<SkillData>) -> i32
Enumerate(crate::app::skilldata::SkillData) overload
Sourcefn a_call(self) -> BasicMenu_Result
fn a_call(self) -> BasicMenu_Result
ACall() 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_TargetSelectMenuItem> IMapUnitCommandMenu_TargetSelectMenuItemMethods for __T
Available on crate feature
app-mapunitcommandmenu only.