Docs.rs
luajit-bindings-0.2.0
luajit-bindings 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
noib3
Dependencies
once_cell ^1.15
normal
thiserror ^1.0
normal
Versions
17.02%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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_Integer
luajit_
bindings
0.2.0
lua_
Integer
Trait Implementations
Poppable
Pushable
In luajit_
bindings::
ffi
luajit_bindings
::
ffi
Type Alias
lua_
Integer
Copy item path
Source
pub type lua_Integer =
isize
;
Trait Implementations
§
Source
§
impl
Poppable
for
lua_Integer
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_Integer
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.