We can't find the internet
Attempting to reconnect
Something went wrong!
Attempting to reconnect
Alignment practice problems in Rust
Difficulty:
Category:
Tag:
Showing 4 of 4
| Status | Title | Difficulty | Category | Tags |
|---|---|---|---|---|
| `&raw const` / `&raw mut`: a pointer without a reference | Medium | Primitives |
|
|
| repr(C): computing struct layout by hand | Medium | Primitives |
|
|
| repr(Rust) reorders your fields — and that's the point | Medium | Primitives |
|
|
| The other reprs: transparent, packed, align, integer enums | Hard | Primitives |
|