Module bevy_reflect::prelude[][src]

Structs

ReflectDeserialize

Traits

GetField
GetTupleStructField
Reflect

A reflected rust type.

Struct

An ordered &str->ReflectValue mapping where &str is a “field”. This corresponds to rust struct types.

TupleStruct

A rust “tuple struct” reflection

Attribute Macros

reflect_trait

Derive Macros

Reflect