wgpu_core
23.0.0
Module weak_vec
Structs
In crate wgpu_core
Module
wgpu_core
::
weak_vec
Copy item path
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
๐