Skip to main content

ISimpleAnimationPlayable_StateEnumerable

Trait ISimpleAnimationPlayable_StateEnumerable 

Source
pub trait ISimpleAnimationPlayable_StateEnumerable: IObject {
    // Provided methods
    fn m_owner(self) -> SimpleAnimationPlayable { ... }
    fn set_m_owner(self, value: SimpleAnimationPlayable) { ... }
}

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§