MCPcopy 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)]
55pub struct SendableSample(pub IMFSample);
56
57unsafe impl Send for SendableSample {}
58

Callers 1

OnReadSampleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected