Crate gazebo_derive

Crate gazebo_derive 

Source
Expand description

Derivations for the Gazebo library. Usually you would use these derivations via exports from that library.

Derive Macrosยง

Clone_
Derive the Clone trait, but without requiring all type arguments to implement Clone.
Coerce
Copy_
Derive the Copy trait, but without requiring all type arguments to implement Copy.
Default_
Derive the Default trait, but without requiring all type arguments to implement Default.
Dupe
Derive the Dupe trait.
Dupe_
Derive the Dupe trait, but without requiring all type arguments to implement Dupe.
ProvidesStaticType
Derive the ProvidesStaticType trait. Requires the type has no type arguments, no constant arguments, and at most one lifetime argument.
UnpackVariants
VariantName
Derive the VariantName trait.