Enum oxygengine_core::ecs::storage::ImmutableParallelRestriction [−][src]
pub enum ImmutableParallelRestriction {}
Specifies that the RestrictedStorage
can run in parallel immutably.
This means that the storage can call get
, get_unchecked
.
Auto Trait Implementations
impl Send for ImmutableParallelRestriction
impl Send for ImmutableParallelRestriction
impl Sync for ImmutableParallelRestriction
impl Sync for ImmutableParallelRestriction
impl Unpin for ImmutableParallelRestriction
impl Unpin for ImmutableParallelRestriction
impl UnwindSafe for ImmutableParallelRestriction
impl UnwindSafe for ImmutableParallelRestriction