Skip to main content

IEventDemoSequence_EffectWork

Trait IEventDemoSequence_EffectWork 

Source
pub trait IEventDemoSequence_EffectWork: IObject {
    // Provided methods
    fn m_effect_resource_object(self) -> ResourceObject { ... }
    fn set_m_effect_resource_object(self, value: ResourceObject) { ... }
}

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§