Hacker News new | past | comments | ask | show | jobs | submit login

Could you use position-independent internal references (relative pointers) to make data copyable? Does Rust have good support for that?



Rust does not have native support for relative pointers, so you'd have to hack that together with unsafe. It's not generally done.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: