Skip to main content

ISimpleAnimationPlayable_StateEnumerable_StateEnumerator

Trait ISimpleAnimationPlayable_StateEnumerable_StateEnumerator 

Source
pub trait ISimpleAnimationPlayable_StateEnumerable_StateEnumerator: IObject {
    // Provided methods
    fn m_index(self) -> i32 { ... }
    fn set_m_index(self, value: i32) { ... }
    fn m_version(self) -> i32 { ... }
    fn set_m_version(self, value: i32) { ... }
    fn m_owner(self) -> SimpleAnimationPlayable { ... }
    fn set_m_owner(self, value: SimpleAnimationPlayable) { ... }
}

Provided Methods§

Source

fn m_index(self) -> i32

Source

fn set_m_index(self, value: i32)

Source

fn m_version(self) -> i32

Source

fn set_m_version(self, value: i32)

Source

fn m_owner(self) -> SimpleAnimationPlayable

Source

fn set_m_owner(self, value: SimpleAnimationPlayable)

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§