wgpu_core::pool

Type Alias ResourcePoolSlot

source
type ResourcePoolSlot<V> = Arc<OnceCell<Weak<V>>>;

Aliased Typeยง

struct ResourcePoolSlot<V> { /* private fields */ }