Structs or enums are not Copy by default but you can derive the Copy trait: ... Copy is defined like this: pub trait Copy: Clone {}. For #[derive ...
確定! 回上一頁