Macro for ensuring type does not contain pointers

⚓ Rust    📅 2025-07-11    👤 surdeus    👁️ 9      

surdeus

Warning

This post was published 67 days ago. The information described in this article may have changed.

Im dealing with some shared memory, and wondering if theres a way i could somewhat to repr(c)
ensure that a struct and all its fields don't contain any pointers.

2 posts - 2 participants

Read full topic

🏷️ rust_feed