Type Alias bones_framework::prelude::LuaPluginSystemsCell
source · pub type LuaPluginSystemsCell = Arc<AtomicCell<LuaPluginSystemsState>>;Expand description
An atomic cell containing the LuaPluginSystemsState.
Aliased Type§
struct LuaPluginSystemsCell { /* private fields */ }