#[lang = "copy"]pub trait Copy: Clone { }. Types whose values can be duplicated simply by copying bits. By default, variable bindings have 'move semantics.
確定! 回上一頁