Enum amethyst::ecs::storage::MutableParallelRestriction [−]
pub enum MutableParallelRestriction {}Specifies that the RestrictedStorage can run in parallel mutably.
This means the storage can only call get_mut_unchecked and get_unchecked.
Auto Trait Implementations
impl Send for MutableParallelRestriction
impl Send for MutableParallelRestrictionimpl Sync for MutableParallelRestriction
impl Sync for MutableParallelRestriction