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 ImmutableParallelRestriction
impl Sync for ImmutableParallelRestriction
impl Unpin for ImmutableParallelRestriction
impl UnwindSafe for ImmutableParallelRestriction
Blanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any,
pub fn get_type_id(&self) -> TypeId
Mutably borrows from an owned value. Read more