core
macro_rules! Copy { ($item:item) => { ... }; }
Derive macro generating an impl of the trait Copy.
Copy