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§
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)
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.