Module std::ffi [] [src]

Utilities related to FFI bindings.

Structs

CStr

Representation of a borrowed C string.

CString

A type representing an owned C-compatible string

NulError

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

OsStr

Slices into OS strings.

OsString

Owned, mutable OS strings.

IntoStringError [Unstable]

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