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

Class MsmfHandle

rustcv-backend-msmf/src/stream.rs:161–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159/// Opaque handle type for MSMF backend buffers.
160#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
161pub struct MsmfHandle;
162
163impl BackendBufferHandle for MsmfHandle {}
164

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected