pub trait ISimpleAnimationPlayable_StateEnumerableMethods: ISimpleAnimationPlayable_StateEnumerable {
// Provided methods
fn ctor(self, owner: impl Into<SimpleAnimationPlayable>) { ... }
fn get_enumerator(self) -> IEnumerator_1<SimpleAnimationPlayable_IState> { ... }
fn system_collections_i_enumerable_get_enumerator(self) -> IEnumerator { ... }
}Provided Methods§
Sourcefn ctor(self, owner: impl Into<SimpleAnimationPlayable>)
fn ctor(self, owner: impl Into<SimpleAnimationPlayable>)
.ctor(crate::root::simpleanimationplayable::SimpleAnimationPlayable) overload
Sourcefn get_enumerator(self) -> IEnumerator_1<SimpleAnimationPlayable_IState>
fn get_enumerator(self) -> IEnumerator_1<SimpleAnimationPlayable_IState>
GetEnumerator() overload
Sourcefn system_collections_i_enumerable_get_enumerator(self) -> IEnumerator
fn system_collections_i_enumerable_get_enumerator(self) -> IEnumerator
System.Collections.IEnumerable.GetEnumerator() overload
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§
impl<__T: ISimpleAnimationPlayable_StateEnumerable> ISimpleAnimationPlayable_StateEnumerableMethods for __T
Available on crate feature
root-simpleanimationplayable only.