Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCV/RustCV
/ SendableSample
Class
SendableSample
rustcv-backend-msmf/src/stream.rs:55–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
/// transferred between threads when proper synchronization is maintained.
54
#[derive(Debug, Clone)]
55
pub struct SendableSample(pub IMFSample);
56
57
unsafe impl Send for SendableSample {}
58
Callers
1
OnReadSample
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected