pub trait IRenderGraph_ProfilingScopePassData: IObject {
// Provided methods
fn sampler(self) -> ProfilingSampler { ... }
fn set_sampler(self, value: ProfilingSampler) { ... }
}Provided Methods§
fn sampler(self) -> ProfilingSampler
fn set_sampler(self, value: ProfilingSampler)
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.