Type Alias bones_scripting::lua::LuaPluginSystemsCell

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

An atomic cell containing the LuaPluginSystemsState.

Aliased Type§

struct LuaPluginSystemsCell { /* private fields */ }