Skip to main content

ISimpleAnimation_StateImpl

Trait ISimpleAnimation_StateImpl 

Source
pub trait ISimpleAnimation_StateImpl: IObject {
    // Provided methods
    fn m_state_handle(self) -> SimpleAnimationPlayable_IState { ... }
    fn set_m_state_handle(self, value: SimpleAnimationPlayable_IState) { ... }
    fn m_component(self) -> SimpleAnimation { ... }
    fn set_m_component(self, value: SimpleAnimation) { ... }
}

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§