Skip to main content

IObjectPool_1

Trait IObjectPool_1 

Source
pub trait IObjectPool_1<T0: ClassIdentity>: IObject {
    // Provided methods
    fn m_stack(self) -> Stack_1<T0> { ... }
    fn set_m_stack(self, value: Stack_1<T0>) { ... }
    fn m_action_on_get(self) -> UnityAction_1<T0> { ... }
    fn set_m_action_on_get(self, value: UnityAction_1<T0>) { ... }
    fn m_action_on_release(self) -> UnityAction_1<T0> { ... }
    fn set_m_action_on_release(self, value: UnityAction_1<T0>) { ... }
}

Provided Methods§

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§