Type Alias wgpu_core::pool::ResourcePoolSlot

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

Aliased Type§

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