(&mut self)
| 54 | |
| 55 | impl Drop for MmapBuffer { |
| 56 | fn drop(&mut self) { |
| 57 | v4l2_sys::munmap_buffer(self.ptr, self.length); |
| 58 | } |
| 59 | } |
| 60 | |
| 61 | // ─── V4l2Backend ──────────────────────────────────────────────────────────── |
nothing calls this directly
no test coverage detected