Returns the depth of the ArrayDescripor
(&self)
| 261 | |
| 262 | /// Returns the depth of the ArrayDescripor |
| 263 | pub fn depth(&self) -> usize { |
| 264 | self.desc.Depth |
| 265 | } |
| 266 | |
| 267 | /// Sets the depth of the ArrayDescriptor |
| 268 | pub fn set_depth(&mut self, depth: usize) { |
no outgoing calls
no test coverage detected