Function bevy::reflect::tuple_apply

pub fn tuple_apply<T>(a: &mut T, b: &(dyn Reflect + 'static))where
    T: Tuple,
Expand description

Applies the elements of b to the corresponding elements of a.

Panics

This function panics if b is not a tuple.