Docs.rs
gdnative-common-0.6.1
gdnative-common 0.6.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
nical
karroffel
toasteater
Dependencies
bitflags ^1.0
normal
gdnative-core ^0.6.0
normal
libc ^0.2
normal
gdnative_bindings_generator ^0.3.0
build
Versions
85.22%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
gdnative_
common
0.6.1
In gdnative_
common::
init
gdnative_common
::
init
Type Alias
ScriptConstructorFn
Copy item path
Source
pub type ScriptConstructorFn = unsafe extern "C"
fn
(
*mut
c_void
,
*mut
c_void
) ->
*mut
c_void
;