(&self)
| 209 | /// Important exception: when requesting an unformatted buffer, item_size still has the value |
| 210 | #[inline] |
| 211 | pub fn item_size(&self) -> usize { |
| 212 | self.0.itemsize as usize |
| 213 | } |
| 214 | |
| 215 | /// Gets the total number of items. |
| 216 | #[inline] |
no outgoing calls
no test coverage detected