[][src]Module ndless::ffi

Structs

CStr

Representation of a borrowed C string.

CString

A type representing an owned C-compatible string.

FromBytesWithNulError

An error returned from CStr::from_bytes_with_nul to indicate that a nul byte was found too early in the slice provided or one wasn't found at all.

IntoStringError

An error returned from CString::into_string to indicate that a UTF-8 error was encountered during the conversion.

NulError

An error returned from CString::new to indicate that a nul byte was found in the vector provided.

VaListExperimental

A wrapper for a va_list

Enums

c_void

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

Type Definitions

c_char