pub trait ISimpleAnimation_StateEnumerable_StateEnumerator: IObject {
// Provided methods
fn m_owner(self) -> SimpleAnimation { ... }
fn set_m_owner(self, value: SimpleAnimation) { ... }
fn m_impl(self) -> IEnumerator_1<SimpleAnimationPlayable_IState> { ... }
fn set_m_impl(self, value: IEnumerator_1<SimpleAnimationPlayable_IState>) { ... }
}Provided Methods§
fn m_owner(self) -> SimpleAnimation
fn set_m_owner(self, value: SimpleAnimation)
fn m_impl(self) -> IEnumerator_1<SimpleAnimationPlayable_IState>
fn set_m_impl(self, value: IEnumerator_1<SimpleAnimationPlayable_IState>)
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.