No, the values of all types in Rust are moved via memcpy. It moves everything that doesn’t have a copy constructor or doesn’t implement the copy trait.

BY Best Interview Question ON 13 Jan 2019