Skip to main content

ISimpleAnimation_StateEnumerableMethods

Trait ISimpleAnimation_StateEnumerableMethods 

Source
pub trait ISimpleAnimation_StateEnumerableMethods: ISimpleAnimation_StateEnumerable {
    // Provided methods
    fn ctor(self, owner: impl Into<SimpleAnimation>) { ... }
    fn get_enumerator(self) -> IEnumerator_1<SimpleAnimation_State> { ... }
    fn system_collections_i_enumerable_get_enumerator(self) -> IEnumerator { ... }
}

Provided Methods§

Source

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

.ctor(crate::root::simpleanimation::SimpleAnimation) overload

Source

fn get_enumerator(self) -> IEnumerator_1<SimpleAnimation_State>

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: ISimpleAnimation_StateEnumerable> ISimpleAnimation_StateEnumerableMethods for __T

Available on crate feature root-simpleanimation only.