Expand description
Assorted proc macro derive functions.
Attribute Macros§
- bevy_
main - Generates the required main function boilerplate for Android.
Derive Macros§
- AppLabel
- Generates an impl of the
AppLabeltrait. - Deref
- Implements
Dereffor structs. This is especially useful when utilizing the newtype pattern. - Deref
Mut - Implements
DerefMutfor structs. This is especially useful when utilizing the newtype pattern. - Enum
Variant Meta - Adds
enum_variant_indexandenum_variant_namefunctions to enums.