Module face_table

Module face_table 

Source

Structs§

FaceInfo
Snapshot of a face’s metadata for reporting/display.
FaceTable
Concurrent map from FaceId to a type-erased face handle.

Constants§

RESERVED_FACE_ID_MIN
Reserved face ID range used for internal engine faces (management AppFace, etc.). IDs in this range are never allocated by alloc_id().

Traits§

ErasedFace
Object-safe wrapper around the Face trait so it can be stored in the face table.