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