Docs.rs
botan-sys-0.11.0
botan-sys 0.11.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
randombit
Dependencies
botan-src ^0.30500.1
build
optional
pkg-config ^0.3.30
build
optional
Versions
0%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
botan_
sys
0.11.0
Module ffi_
types
Enums
Type Aliases
In crate botan_
sys
Module
botan_sys
::
ffi_types
Copy item path
source
·
[
−
]
Enums
§
c_void
Equivalent to C’s
void
type when used as a
pointer
.
Type Aliases
§
c_char
Equivalent to C’s
char
type.
c_int
Equivalent to C’s
signed int
(
int
) type.
c_uint
Equivalent to C’s
unsigned int
type.