MCPcopy Create free account
hub / github.com/RustCV/RustCV / drop

Method drop

rustcv-camera/src/backend/linux/mod.rs:56–58  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

54
55impl Drop for MmapBuffer {
56 fn drop(&mut self) {
57 v4l2_sys::munmap_buffer(self.ptr, self.length);
58 }
59}
60
61// ─── V4l2Backend ────────────────────────────────────────────────────────────

Callers

nothing calls this directly

Calls 4

munmap_bufferFunction · 0.85
request_buffersFunction · 0.85
close_deviceFunction · 0.85
stopMethod · 0.45

Tested by

no test coverage detected