Expand description
C interfacing.
Structs§
- CStr
core
Representation of a borrowed C string (SeeCString
).- CString
alloc
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.