Enum oxygengine_core::ecs::storage::MutableParallelRestriction [−][src]
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 RefUnwindSafe for MutableParallelRestriction
impl RefUnwindSafe for MutableParallelRestriction
impl Send for MutableParallelRestriction
impl Send for MutableParallelRestriction
impl Sync for MutableParallelRestriction
impl Sync for MutableParallelRestriction
impl Unpin for MutableParallelRestriction
impl Unpin for MutableParallelRestriction
impl UnwindSafe for MutableParallelRestriction
impl UnwindSafe for MutableParallelRestriction