pub struct LuaExit(pub i32);Expand description
Internal control-flow payload used by the standalone CLI to implement
os.exit without making Lua protected calls catch it as an ordinary error.
Tuple Fields§
§0: i32Trait Implementations§
impl Copy for LuaExit
impl Eq for LuaExit
impl StructuralPartialEq for LuaExit
Auto Trait Implementations§
impl Freeze for LuaExit
impl RefUnwindSafe for LuaExit
impl Send for LuaExit
impl Sync for LuaExit
impl Unpin for LuaExit
impl UnsafeUnpin for LuaExit
impl UnwindSafe for LuaExit
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