Macro std::marker::Copy1.38.0[][src]

macro_rules! Copy {
    ($item:item) => { ... };
}
Expand description

派生宏,生成 Copy trait 的 impl。