pub struct LuaInteger { /* private fields */ }
Expand description
Represents an integer on the Lua Stack
Implementations§
Trait Implementations§
Source§impl FromLua for LuaInteger
impl FromLua for LuaInteger
Source§impl LuaStackable for LuaInteger
impl LuaStackable for LuaInteger
Auto Trait Implementations§
impl Freeze for LuaInteger
impl RefUnwindSafe for LuaInteger
impl Send for LuaInteger
impl Sync for LuaInteger
impl Unpin for LuaInteger
impl UnwindSafe for LuaInteger
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