Module safer_ffi::tuple

source ·
Expand description

Tuple types with a guaranteed #[repr(C)] layout.

Simplified for lighter documentation, but the actual struct definitions and impls range from Tuple1 up to Tuple6.

Structs§