pub type CompMut<'a, T> = RefMut<'a, ComponentStore<T>>;Expand description
SystemParam for getting mutable access to a ComponentStore.
Aliased Typeยง
struct CompMut<'a, T> { /* private fields */ }pub type CompMut<'a, T> = RefMut<'a, ComponentStore<T>>;SystemParam for getting mutable access to a ComponentStore.
struct CompMut<'a, T> { /* private fields */ }