Enum amethyst::ecs::storage::SequentialRestriction [−]
pub enum SequentialRestriction {}Specifies that the RestrictedStorage cannot run in parallel.
A mutable RestrictedStorage can call get, get_mut, get_unchecked and
get_mut_unchecked for deferred/restricted access while an immutable version can only
call the immutable accessors.
Auto Trait Implementations
impl Send for SequentialRestriction
impl Send for SequentialRestrictionimpl Sync for SequentialRestriction
impl Sync for SequentialRestriction