We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c8a3e commit ca4ab32Copy full SHA for ca4ab32
src/doc/nomicon/other-reprs.md
@@ -26,6 +26,9 @@ still consumes a byte of space.
26
* DSTs, tuples, and tagged unions are not a concept in C and as such are never
27
FFI safe.
28
29
+* Tuple structs are like structs with regards to `repr(C)`, as the only
30
+ difference from a struct is that the fields aren’t named.
31
+
32
* **If the type would have any [drop flags], they will still be added**
33
34
* This is equivalent to one of `repr(u*)` (see the next section) for enums. The
0 commit comments