Module std::ffi 1.0.0
[−]
[src]
Utilities related to FFI bindings.
Structs
CStr |
Representation of a borrowed C string. |
CString |
A type representing an owned C-compatible string |
FromBytesWithNulError |
An error returned from |
IntoStringError |
An error returned from |
NulError |
An error returned from |
OsStr |
Slices into OS strings (see |
OsString |
A type that can represent owned, mutable platform-native strings, but is cheaply inter-convertible with Rust strings. |