[]Derive Macro bevy::ecs::Bundle

#[derive(Bundle)]

Implement Bundle for a monomorphic struct

Using derived Bundle impls improves spawn performance and can be convenient when combined with other derives like serde::Deserialize.