Enum oxygengine_core::ecs::storage::MutableParallelRestriction [−][src]
pub enum MutableParallelRestriction {}Expand description
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 MutableParallelRestrictionimpl Send for MutableParallelRestrictionimpl Sync for MutableParallelRestrictionimpl Unpin for MutableParallelRestrictionimpl UnwindSafe for MutableParallelRestrictionBlanket 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