[][src]Module safer_ffi::tuple

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

Tuple1

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

Tuple1_Layout
Tuple2

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

Tuple2_Layout
Tuple3

C Layout

Tuple3_Layout
Tuple4

C Layout

Tuple4_Layout
Tuple5

C Layout

Tuple5_Layout
Tuple6

C Layout

Tuple6_Layout