(&self)
| 202 | /// Gets whether the underlying buffer is read-only. |
| 203 | #[inline] |
| 204 | pub fn readonly(&self) -> bool { |
| 205 | self.0.readonly != 0 |
| 206 | } |
| 207 | |
| 208 | /// Gets the size of a single element, in bytes. |
| 209 | /// Important exception: when requesting an unformatted buffer, item_size still has the value |
no outgoing calls
no test coverage detected