Trait DescriptorClient

Source
pub trait DescriptorClient:
    Sized
    + Display
    + Debug
    + Default
    + Clone { }
Expand description

Trait supported by a BufferDescriptor client

A buffer descriptor client is created first by a buffer as ‘none’

Before a descriptor is created the data will be created at least once

The data may be created more than once with the same descriptor; the client is responsible for dedupliclation within the render context if required

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§