The PointList struct cannot implement Copy , because Vec<T> is not Copy . If we attempt to derive a Copy implementation, we'll get an error.
確定! 回上一頁