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