Gets the raw pointer to the aligned buffer.
(&mut self)
| 47 | |
| 48 | /// Gets the raw pointer to the aligned buffer. |
| 49 | pub fn as_mut_ptr(&mut self) -> *mut u8 { |
| 50 | self.aligned_ptr |
| 51 | } |
| 52 | |
| 53 | /// Returns the aligned buffer as a slice. |
| 54 | pub fn as_bytes(&self) -> &[u8] { |
no outgoing calls