Docs.rs
pyo3-ffi-0.19.2
pyo3-ffi 0.19.2
Docs.rs crate page
Apache-2.0
01 August 2023
Links
Homepage
Repository
crates.io
Source
Owners
davidhewitt
Dependencies
libc ^0.2.62
normal
pyo3-build-config ^0.19.2
build
Versions
100%
of the crate is documented
Go to latest version
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
☰
binaryfunc
In pyo3_ffi
?
Type Definition
pyo3_ffi
::
binaryfunc
source
·
[
−
]
pub type binaryfunc = unsafe extern "C"
fn
(_:
*mut
PyObject
, _:
*mut
PyObject
) ->
*mut
PyObject
;