Docs.rs
oxi-luajit-0.4.2
oxi-luajit 0.4.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
noib3
Dependencies
once_cell ^1.19
normal
thiserror ^1.0
normal
Versions
18.09%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
lua_Number
oxi_
luajit
0.4.2
lua_
Number
Trait Implementations
Poppable
Pushable
In oxi_
luajit::
ffi
oxi_luajit
::
ffi
Type Alias
lua_
Number
Copy item path
Source
pub type lua_Number =
c_double
;
Trait Implementations
§
Source
§
impl
Poppable
for
lua_Number
Source
§
unsafe fn
pop
(state:
*mut
lua_State) ->
Result
<Self,
Error
>
Pops the value at the top of the stack.
Source
§
impl
Pushable
for
lua_Number
Source
§
unsafe fn
push
(self, lstate:
*mut
lua_State) ->
Result
<
c_int
,
Error
>
Pushes all its values on the Lua stack, returning the number of values that it pushed.