Type Alias veloren_rtsim::RuleState

source ·
pub(crate) type RuleState<R> = AtomicRefCell<R>;

Aliased Type§

struct RuleState<R> {
    pub(crate) borrow: AtomicUsize,
    pub(crate) value: UnsafeCell<R>,
}

Fields§

§borrow: AtomicUsize§value: UnsafeCell<R>