Skip to main content

IRenderGraphObjectPool_SharedObjectPool_1Methods

Trait IRenderGraphObjectPool_SharedObjectPool_1Methods 

Source
pub trait IRenderGraphObjectPool_SharedObjectPool_1Methods<T0: ClassIdentity>: ClassIdentity {
    // Provided methods
    fn get(self) -> T0
       where Self: Sized { ... }
    fn release(self, value: T0)
       where Self: Sized { ... }
    fn get_shared_pool() -> RenderGraphObjectPool_SharedObjectPool_1<T0> { ... }
    fn ctor(self)
       where Self: Sized { ... }
    fn cctor() { ... }
}

Provided Methods§

Source

fn get(self) -> T0
where Self: Sized,

Source

fn release(self, value: T0)
where Self: Sized,

Source

fn get_shared_pool() -> RenderGraphObjectPool_SharedObjectPool_1<T0>

Source

fn ctor(self)
where Self: Sized,

Source

fn cctor()

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§