pub trait IMapEditData_UnitInfo: IObject {
// Provided methods
fn pid(self) -> Il2CppString { ... }
fn set_pid(self, value: Il2CppString) { ... }
fn pos(self) -> MapPos { ... }
fn set_pos(self, value: MapPos) { ... }
fn ai_type(self) -> UnitAI_VersusTypes { ... }
fn set_ai_type(self, value: UnitAI_VersusTypes) { ... }
}Provided Methods§
fn pid(self) -> Il2CppString
fn set_pid(self, value: Il2CppString)
fn pos(self) -> MapPos
fn set_pos(self, value: MapPos)
fn ai_type(self) -> UnitAI_VersusTypes
fn set_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.