(&self)
| 180 | /// and thus may only be accessed while the GIL is held. |
| 181 | #[inline] |
| 182 | pub fn buf_ptr(&self) -> *mut libc::c_void { |
| 183 | self.0.buf |
| 184 | } |
| 185 | |
| 186 | /// Gets a pointer to the specified item. |
| 187 | /// |
nothing calls this directly
no outgoing calls
no test coverage detected