Returns the data stored in this buffer as a mutable slice.
(&mut self)
| 516 | |
| 517 | /// Returns the data stored in this buffer as a mutable slice. |
| 518 | pub fn as_slice_mut(&mut self) -> &mut [u8] { |
| 519 | self |
| 520 | } |
| 521 | |
| 522 | /// Returns a raw pointer to this buffer's internal memory |
| 523 | /// This pointer is guaranteed to be aligned along cache-lines. |
no outgoing calls
no test coverage detected