Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 168 Bytes

the-copy-trait.md

File metadata and controls

4 lines (3 loc) · 168 Bytes

The Copy trait

The Copy trait changes the semantics of a type implementing it. Values whose type implements Copy are copied rather than moved upon assignment.