pub trait ISimpleAnimation_StateEnumerable_StateEnumeratorMethods: ISimpleAnimation_StateEnumerable_StateEnumerator {
// Provided methods
fn ctor(self, owner: impl Into<SimpleAnimation>) { ... }
fn get_current(self) -> SimpleAnimation_State { ... }
fn system_collections_i_enumerator_get_current(self) -> Object { ... }
fn dispose(self) { ... }
fn move_next(self) -> bool { ... }
fn reset(self) { ... }
}Provided Methods§
Sourcefn ctor(self, owner: impl Into<SimpleAnimation>)
fn ctor(self, owner: impl Into<SimpleAnimation>)
.ctor(crate::root::simpleanimation::SimpleAnimation) overload
Sourcefn get_current(self) -> SimpleAnimation_State
fn get_current(self) -> SimpleAnimation_State
GetCurrent() overload
Sourcefn system_collections_i_enumerator_get_current(self) -> Object
fn system_collections_i_enumerator_get_current(self) -> Object
System.Collections.IEnumerator.get_Current() 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: ISimpleAnimation_StateEnumerable_StateEnumerator> ISimpleAnimation_StateEnumerable_StateEnumeratorMethods for __T
Available on crate feature
root-simpleanimation only.