Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCV/RustCV
/ drop
Method
drop
rustcv/src/videoio/mod.rs:338–340 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
336
}
337
}
338
339
impl Drop for VideoCapture {
340
fn drop(&mut self) {
341
let _ = self.cmd_tx.send(Command::Stop);
342
}
343
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected