Fixed array initialization without implementing Copy or Default trait
i want to make a 2D fixed size array that is going to be initialized in a for loop. This is the sample code (The Cell struct can not implement Copy or Default trait for some reason): let mut cells: [[…