Skip to main content

IRenderGraphResourceRegistry_RenderGraphResource_2Methods

Trait IRenderGraphResourceRegistry_RenderGraphResource_2Methods 

Source
pub trait IRenderGraphResourceRegistry_RenderGraphResource_2Methods<T0: ClassIdentity, T1: ClassIdentity>: ClassIdentity {
    // Provided methods
    fn ctor(self)
       where Self: Sized { ... }
    fn reset(self)
       where Self: Sized { ... }
    fn is_created(self) -> bool
       where Self: Sized { ... }
}

Provided Methods§

Source

fn ctor(self)
where Self: Sized,

Source

fn reset(self)
where Self: Sized,

Source

fn is_created(self) -> bool
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§