Skip to main content

ISimpleAnimationPlayable_StateManagement

Trait ISimpleAnimationPlayable_StateManagement 

Source
pub trait ISimpleAnimationPlayable_StateManagement: IObject {
    // Provided methods
    fn m_states(self) -> List_1<SimpleAnimationPlayable_StateInfo> { ... }
    fn set_m_states(self, value: List_1<SimpleAnimationPlayable_StateInfo>) { ... }
    fn m_count(self) -> i32 { ... }
    fn set_m_count(self, value: i32) { ... }
}

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§