Returns the height of the ArrayDescripor
(&self)
| 251 | |
| 252 | /// Returns the height of the ArrayDescripor |
| 253 | pub fn height(&self) -> usize { |
| 254 | self.desc.Height |
| 255 | } |
| 256 | |
| 257 | /// Sets the height of the ArrayDescriptor |
| 258 | pub fn set_height(&mut self, height: usize) { |
no outgoing calls
no test coverage detected