pub struct ScriptedFunctionSystem<const LOCKING: bool> { /* private fields */ }
Implementations§
Source§impl<const LOCKING: bool> ScriptedFunctionSystem<LOCKING>
impl<const LOCKING: bool> ScriptedFunctionSystem<LOCKING>
pub fn new(run: FunctionHandle) -> Self
Trait Implementations§
Auto Trait Implementations§
impl<const LOCKING: bool> Freeze for ScriptedFunctionSystem<LOCKING>
impl<const LOCKING: bool> !RefUnwindSafe for ScriptedFunctionSystem<LOCKING>
impl<const LOCKING: bool> Send for ScriptedFunctionSystem<LOCKING>
impl<const LOCKING: bool> Sync for ScriptedFunctionSystem<LOCKING>
impl<const LOCKING: bool> Unpin for ScriptedFunctionSystem<LOCKING>
impl<const LOCKING: bool> !UnwindSafe for ScriptedFunctionSystem<LOCKING>
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