[][src]Module ndless::ffi

Structs

CStr

Representation of a borrowed C string.

CString

A type representing an owned C-compatible string.

OsStr

Borrowed reference to an OS string (see OsString).

OsString

A type that can represent owned, mutable platform-native strings, but is cheaply inter-convertible with Rust strings.

VaListExperimental

A wrapper for a va_list

VaListImplExperimental

x86_64 ABI implementation of a va_list.

Enums

c_void

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

Traits

OsStrExt

Platform-specific extensions to OsStr.

OsStringExt

Platform-specific extensions to OsString.