[go: up one dir, main page]

Module reflection

Module reflection 

Source
Expand description

Run-time reflection for reading meta-data about components and archetypes.

Structs§

ArchetypeFieldReflection
Additional information about an archetype’s field.
ArchetypeReflection
Utility struct containing all archetype meta information.
ComponentReflection
Information about a Rerun component, generated by codegen.
Reflection
Runtime reflection about components and archetypes.

Traits§

ComponentDescriptorExt
An extension of ComponentDescriptor that helps handling components that are built into Rerun.
Enum
A trait for code-generated enums.

Functions§

generic_placeholder_for_datatype
Computes a placeholder for a given arrow datatype.

Type Aliases§

ArchetypeReflectionMap
Runtime reflection about archetypes.
ComponentReflectionMap
Runtime reflection about components.