Skip to main content

IMapBattleInfoWindowSingle

Trait IMapBattleInfoWindowSingle 

Source
pub trait IMapBattleInfoWindowSingle: IObject {
    // Provided methods
    fn m_map_battle_info_param_setter(self) -> MapBattleInfoParamSetter { ... }
    fn set_m_map_battle_info_param_setter(self, value: MapBattleInfoParamSetter) { ... }
    fn m_side_type(self) -> BattleSide_Type { ... }
    fn set_m_side_type(self, value: BattleSide_Type) { ... }
}

Provided Methods§

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§