函数std::ptr::copy. pub unsafe fn copy<T>(src: *const T, dst: *mut T, count: usize). 副本从 src 到 dst count * size_of::<T>() 个字节。源和目标可能会重叠。
確定! 回上一頁