Docs.rs
lua-vm-0.0.16
lua-vm 0.0.16
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
ianm199
Dependencies
lua-gc ^0.0.16
normal
lua-types ^0.0.16
normal
Versions
35.44%
of the crate is documented
Platform
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
to_userdata
lua_vm
0.0.16
In lua_
vm::
api
lua_vm
::
api
Function
to_
userdata
Copy item path
Source
pub fn to_userdata(state: &
LuaState
, idx:
i32
) ->
Option
<
*mut
c_void
>