[][src]Crate ffi_std

Modules

slice

FFI-safe slices. FFI-safe slice. Pointer first, then length.

str

FFI-safe string slices. FFI-safe string slice (&str). Pointer first, then length.

vec

FFI-safe vectors. FFI-safe Vec. Pointer first, then length, then capacity.

Macros

copyclone
debug
display
from
rawparts

Structs

Frozen

Utility struct to "freeze" a T. Immutable access is allowed but mutable access is not.