Module wgpu_core::weak_vec

source ยท
Expand description

Module containing the WeakVec API.

Structsยง

  • WeakVec ๐Ÿ”’
    An optimized container for Weak references of T that minimizes reallocations by dropping older elements that no longer have strong references to them.
  • WeakVecIter ๐Ÿ”’