pub struct LuaThread { /* private fields */ }
Expand description
Represents a Lua thread on the Lua stack
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LuaThread
impl RefUnwindSafe for LuaThread
impl Send for LuaThread
impl Sync for LuaThread
impl Unpin for LuaThread
impl UnwindSafe for LuaThread
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