Function std::cast::unsafe_copy

pub unsafe fn unsafe_copy<T>(thing: &T) -> T

Forces a copy of a value, even if that value is considered noncopyable.