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

Class AvfBufferHandle

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

Source from the content-addressed store, hash-verified

34
35#[derive(Debug)]
36pub struct AvfBufferHandle;
37impl BackendBufferHandle for AvfBufferHandle {}
38static AVF_HANDLE: AvfBufferHandle = AvfBufferHandle;
39

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected