Raw pointer to the buffer start (for io_uring submission).
(&self)
| 154 | |
| 155 | /// Raw pointer to the buffer start (for io_uring submission). |
| 156 | pub fn as_ptr(&self) -> *const u8 { |
| 157 | self.ptr |
| 158 | } |
| 159 | |
| 160 | /// Mutable raw pointer to the buffer start. |
| 161 | pub fn as_mut_ptr(&mut self) -> *mut u8 { |
no outgoing calls