pub struct LuaThread {
pub id: usize,
}Fields§
§id: usizeTrait 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 UnsafeUnpin 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