Module c

Source
Expand description

C interfacing.

Structs§

CStr
core Representation of a borrowed C string (See CString).
CStringalloc
alloc An owned, C-compatible, nul-terminated string with no nul bytes in the middle.

Enums§

c_void
⚙️ core Equivalent to the corresponding C type.

Type Aliases§

c_char
⚙️ core Equivalent to the corresponding C type.
c_double
⚙️ core Equivalent to the corresponding C type.
c_float
⚙️ core Equivalent to the corresponding C type.
c_int
⚙️ core Equivalent to the corresponding C type.
c_long
⚙️ core Equivalent to the corresponding C type.
c_longlong
⚙️ core Equivalent to the corresponding C type.
c_schar
⚙️ core Equivalent to the corresponding C type.
c_short
⚙️ core Equivalent to the corresponding C type.
c_uchar
⚙️ core Equivalent to the corresponding C type.
c_uint
⚙️ core Equivalent to the corresponding C type.
c_ulong
⚙️ core Equivalent to the corresponding C type.
c_ulonglong
⚙️ core Equivalent to the corresponding C type.
c_ushort
⚙️ core Equivalent to the corresponding C type.