Type Alias bones_framework::lib::prelude::CompMut
source · 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 */ }