Docs.rs
luajit2-sys-0.0.2
luajit2-sys 0.0.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
aloucks
Dependencies
libc ^0.2
normal
cc ^1.0.40
build
fs_extra ^1.1.0
build
Versions
58.56%
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
Skip to main content
lua_getgccount
luajit2_
sys
0.0.2
luajit2_sys
Function
lua_
getgccount
Copy item path
Source
pub unsafe fn lua_getgccount(L:
*mut
lua_State
) ->
c_int
👎
Deprecated since Lua 5.1: replace with
lua_gc(L, LUA_GCCOUNT as _, 0)
Expand description
lua_gc(L, LUA_GCCOUNT as _, 0)