Skip to main content

IMeshUtils_Pooled_1Methods

Trait IMeshUtils_Pooled_1Methods 

Source
pub trait IMeshUtils_Pooled_1Methods<T0: ClassIdentity>: ClassIdentity {
    // Provided methods
    fn reset(self)
       where Self: Sized + Into<IlInstance> { ... }
    fn on_free(self)
       where Self: Sized { ... }
    fn create() -> T0 { ... }
    fn free(self)
       where Self: Sized { ... }
    fn ctor(self)
       where Self: Sized { ... }
}

Provided Methods§

Source

fn reset(self)
where Self: Sized + Into<IlInstance>,

Source

fn on_free(self)
where Self: Sized,

Source

fn create() -> T0

Source

fn free(self)
where Self: Sized,

Source

fn ctor(self)
where Self: Sized,

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§