Expand description
Virtual method tables.
dungeon_cell uses custom vtables to track what types are stored and
provide methods for those stored types.
Structs§
- Bounds
Impl - Implementation based on dynamic bound
B. - Descriptor
- Describes a type.
- Lifetime
- Single lifetime type ID.
- LifetimeV
Table - Implementation of
VTablefor types with zero or one lifetime. - Static
- Static type ID.
- StaticV
Table - Implementation of
VTablefor'statictypes.
Traits§
- ConstV
Table Of - Generate
VTableinstance for type in const context. - Inspect
- Inspect type to get a
T. - VTable
- Virtual method table and type descriptor.
- VTable
Of - Generate
VTableinstance for type. - VTable
Subset - Convert vtable into a vtable with less dynamic trait bounds.