Struct bones_scripting::lua::LuaPluginLoaderSessionPlugin
source · pub struct LuaPluginLoaderSessionPlugin(pub Arc<Vec<Handle<LuaPlugin>>>);Expand description
A `SessionPlugin that will run the provided lua plugins
Tuple Fields§
§0: Arc<Vec<Handle<LuaPlugin>>>Trait Implementations§
source§impl SessionPlugin for LuaPluginLoaderSessionPlugin
impl SessionPlugin for LuaPluginLoaderSessionPlugin
source§fn install(self, session: &mut SessionBuilder)
fn install(self, session: &mut SessionBuilder)
Install the plugin into the
Session.Auto Trait Implementations§
impl Freeze for LuaPluginLoaderSessionPlugin
impl !RefUnwindSafe for LuaPluginLoaderSessionPlugin
impl Send for LuaPluginLoaderSessionPlugin
impl Sync for LuaPluginLoaderSessionPlugin
impl Unpin for LuaPluginLoaderSessionPlugin
impl !UnwindSafe for LuaPluginLoaderSessionPlugin
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more