How to understand Bitwise copy in rust?
What about it? Can you tell us more about what you want to know?
1 Like
Perhaps this part of the book will help. Or if you're coming from there, let us know what's not clear.
Side note: Despite the reference to "shallow and deep copies", Clone
doesn't guarantee a deep copy; that's just what plain data types like String
do in order to duplicate their values.
1 Like
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.