Skip to main content

ISimpleAnimationPlayable_StateEnumerableMethods

Trait ISimpleAnimationPlayable_StateEnumerableMethods 

Source
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§

Source

fn ctor(self, owner: impl Into<SimpleAnimationPlayable>)

.ctor(crate::root::simpleanimationplayable::SimpleAnimationPlayable) overload

Source

fn get_enumerator(self) -> IEnumerator_1<SimpleAnimationPlayable_IState>

GetEnumerator() overload

Source

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§

Source§

impl<__T: ISimpleAnimationPlayable_StateEnumerable> ISimpleAnimationPlayable_StateEnumerableMethods for __T

Available on crate feature root-simpleanimationplayable only.