[][src]Crate cty

Type aliases to C types like c_int for use with bindgen

MSRV

This crate is guaranteed to compile on stable Rust 1.30.0 and up. It might compile with older versions but that may change in any new patch release.

Type Definitions

c_char
c_double
c_float
c_int
c_long
c_longlong
c_schar
c_short
c_uchar
c_uint
c_ulong
c_ulonglong
c_ushort
c_void
int8_t
int16_t
int32_t
int64_t
intmax_t
intptr_t
ptrdiff_t
size_t
ssize_t
uint8_t
uint16_t
uint32_t
uint64_t
uintmax_t
uintptr_t