Returns the number of channels in the ArrayDescriptor
(&self)
| 281 | |
| 282 | /// Returns the number of channels in the ArrayDescriptor |
| 283 | pub fn num_channels(&self) -> c_uint { |
| 284 | self.desc.NumChannels |
| 285 | } |
| 286 | |
| 287 | /// Sets the number of channels in the ArrayDescriptor |
| 288 | pub fn set_num_channels(&mut self, num_channels: c_uint) { |
no outgoing calls
no test coverage detected