Returns the format of the ArrayDescripor
(&self)
| 271 | |
| 272 | /// Returns the format of the ArrayDescripor |
| 273 | pub fn format(&self) -> ArrayFormat { |
| 274 | ArrayFormat::from_raw(self.desc.Format) |
| 275 | } |
| 276 | |
| 277 | /// Sets the format of the ArrayDescriptor |
| 278 | pub fn set_format(&mut self, format: ArrayFormat) { |
no outgoing calls
no test coverage detected