Expand description
Derivations for the Gazebo library. Usually you would use these derivations via exports from that library.
Derive Macrosยง
- Clone_
- Derive the
Clonetrait, but without requiring all type arguments to implementClone. - Coerce
- Copy_
- Derive the
Copytrait, but without requiring all type arguments to implementCopy. - Default_
- Derive the
Defaulttrait, but without requiring all type arguments to implementDefault. - Dupe
- Derive the
Dupetrait. - Dupe_
- Derive the
Dupetrait, but without requiring all type arguments to implementDupe. - Provides
Static Type - Derive the
ProvidesStaticTypetrait. Requires the type has no type arguments, no constant arguments, and at most one lifetime argument. - Unpack
Variants - Variant
Name - Derive the
VariantNametrait.