Rust Internals
Move Constructors in Rust: Is it possible?
language design
mcy
April 30, 2021, 2:46pm
8
Well, turns out my solution for assignment was unsound, so there's still more work to be done. =)
show post in topic
Related topics
Topic
Replies
Views
Activity
DerefMove without &move -- why don't we have it?
language design
7
936
January 11, 2024
Is there movement on &move?
language design
20
2303
November 12, 2020
`DerefMove` vs `&move`
Unsafe Code Guidelines
5
2787
March 25, 2019
Idea: Limited custom move semantics through explicitly specified relocations
language design
16
2387
March 25, 2019
Defer memcpy when passing types that is !Copy until it is actually moved to another variable
5
1300
October 14, 2022