Enum oxygengine_core::ecs::storage::ImmutableParallelRestriction [−][src]
pub enum ImmutableParallelRestriction {}Expand description
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 ImmutableParallelRestrictionimpl Sync for ImmutableParallelRestrictionimpl Unpin for ImmutableParallelRestrictionimpl UnwindSafe for ImmutableParallelRestrictionBlanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any, pub fn get_type_id(&self) -> TypeIdMutably borrows from an owned value. Read more