Returns the width of the ArrayDescripor
(&self)
| 241 | |
| 242 | /// Returns the width of the ArrayDescripor |
| 243 | pub fn width(&self) -> usize { |
| 244 | self.desc.Width |
| 245 | } |
| 246 | |
| 247 | /// Sets the width of the ArrayDescriptor |
| 248 | pub fn set_width(&mut self, width: usize) { |
no outgoing calls
no test coverage detected