Skip to main content

IMapSequenceCommandSkill

Trait IMapSequenceCommandSkill 

Source
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§

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§