21
Memory Management: Ownership vs. Reference Counting
(slicker.me)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
While each of these is not wrong in isolation, together they are. If we are talking about data stored on the heap that last bit is not true. Types that hold a raw pointer cannot be made
Copy. Only simple types can be made Copy, ones that don't own any non direct data and as such can be stored on the stack and simply memcpyed to get a copy.