Type Alias jumpy::prelude::LuaPluginSystemsCell

pub type LuaPluginSystemsCell = Arc<AtomicCell<LuaPluginSystemsState>>;
Expand description

An atomic cell containing the LuaPluginSystemsState.

Aliased Typeยง

struct LuaPluginSystemsCell { /* private fields */ }