Skip to main content

IRenderGraphResourceRegistry_RenderGraphResource_2

Trait IRenderGraphResourceRegistry_RenderGraphResource_2 

Source
pub trait IRenderGraphResourceRegistry_RenderGraphResource_2<T0: ClassIdentity, T1: ClassIdentity>: IRenderGraphResourceRegistry_IRenderGraphResource {
    // Provided methods
    fn desc(self) -> T0 { ... }
    fn set_desc(self, value: T0) { ... }
    fn resource(self) -> T1 { ... }
    fn set_resource(self, value: T1) { ... }
}

Provided Methods§

Source

fn desc(self) -> T0

Source

fn set_desc(self, value: T0)

Source

fn resource(self) -> T1

Source

fn set_resource(self, value: T1)

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§