Function bevy_reflect::tuple_apply
source · pub fn tuple_apply<T: Tuple>(a: &mut T, b: &dyn Reflect)
Expand description
Applies the elements of b
to the corresponding elements of a
.
§Panics
This function panics if b
is not a tuple.