Returns the pointer to the start of the buffer without the offset.
(&self)
| 113 | |
| 114 | /// Returns the pointer to the start of the buffer without the offset. |
| 115 | pub fn data_ptr(&self) -> NonNull<u8> { |
| 116 | self.data.ptr() |
| 117 | } |
| 118 | |
| 119 | /// Returns the number of strong references to the buffer. |
| 120 | /// |