pub trait IBattleInfo_SupportList: IList_1<BattleInfo_SupportData> {
// Provided methods
fn m_offense(self) -> Unit { ... }
fn set_m_offense(self, value: Unit) { ... }
fn m_defense(self) -> Unit { ... }
fn set_m_defense(self, value: Unit) { ... }
fn m_compare(self) -> Comparison_1<BattleInfo_SupportData> { ... }
fn set_m_compare(self, value: Comparison_1<BattleInfo_SupportData>) { ... }
}Provided Methods§
fn m_offense(self) -> Unit
fn set_m_offense(self, value: Unit)
fn m_defense(self) -> Unit
fn set_m_defense(self, value: Unit)
fn m_compare(self) -> Comparison_1<BattleInfo_SupportData>
fn set_m_compare(self, value: Comparison_1<BattleInfo_SupportData>)
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.