pub trait IMapSequenceCommandSkill: ISingletonProcInst_1<MapSequenceCommandSkill> {
// Provided methods
fn m_action(self) -> MapSequenceCommandSkill_Action { ... }
fn set_m_action(self, value: MapSequenceCommandSkill_Action) { ... }
fn m_results(self) -> MapSkill_Results { ... }
fn set_m_results(self, value: MapSkill_Results) { ... }
fn m_signal(self) -> UnitSignal { ... }
fn set_m_signal(self, value: UnitSignal) { ... }
}Provided Methods§
fn m_action(self) -> MapSequenceCommandSkill_Action
fn set_m_action(self, value: MapSequenceCommandSkill_Action)
fn m_results(self) -> MapSkill_Results
fn set_m_results(self, value: MapSkill_Results)
fn m_signal(self) -> UnitSignal
fn set_m_signal(self, value: UnitSignal)
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.