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 MutableParallelRestriction
impl Send for MutableParallelRestriction
impl Sync for MutableParallelRestriction
impl Unpin for MutableParallelRestriction
impl UnwindSafe for MutableParallelRestriction
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