Skip to main content

Module libc_types

Module libc_types 

Available on crate feature boring only.

Enums§

c_void
Equivalent to C’s void type when used as a pointer.

Functions§

strlen

Type Aliases§

c_char
Equivalent to C’s char type.
c_int
Equivalent to C’s signed int (int) type.
c_long
Equivalent to C’s signed long (long) type.
c_uchar
Equivalent to C’s unsigned char type.
c_uint
Equivalent to C’s unsigned int type.
c_ulong
Equivalent to C’s unsigned long type.
size_t
time_tNeither 32-bit and AArch64