Skip to main content

ISimpleAnimation_StateEnumerable_StateEnumeratorMethods

Trait ISimpleAnimation_StateEnumerable_StateEnumeratorMethods 

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

Source

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

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

Source

fn get_current(self) -> SimpleAnimation_State

GetCurrent() overload

Source

fn system_collections_i_enumerator_get_current(self) -> Object

System.Collections.IEnumerator.get_Current() overload

Source

fn dispose(self)

Dispose() overload

Source

fn move_next(self) -> bool

MoveNext() overload

Source

fn reset(self)

Reset() 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§