If you don't derive Copy or you use types in your struct like a Vec or a String , then you'll have to use the clone method in say_x(a.clone()); ...
確定! 回上一頁