pub trait IMapUnitAICommandMenu_AIMenuItem: IMapBasicMenuItem {
// Provided methods
fn m_ai_type(self) -> UnitAI_VersusTypes { ... }
fn set_m_ai_type(self, value: UnitAI_VersusTypes) { ... }
}Provided Methods§
fn m_ai_type(self) -> UnitAI_VersusTypes
fn set_m_ai_type(self, value: UnitAI_VersusTypes)
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.