[][src]Module glk::helpers::pool

A simple object pool. Based on obj-pool 0.4.3 by Artem Shein, Stjepan Glavina.

Structs

IntoIter

An iterator over the occupied slots in a ObjPool.

Iter

An iterator over references to the occupied slots in a ObjPool.

IterMut

An iterator over mutable references to the occupied slots in a ObjPool.

ObjPool

An object pool.

Constants

NULL_INDEX

"Null" valud for indices. This is always an invalid index.

Traits

ObjId

Trait for opaque object IDs that can be mapped from and to a pool index. There is also a special NULL value, which indicates the absence of an index.