Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCV/RustCV
/ V4l2BufferHandle
Class
V4l2BufferHandle
rustcv-backend-v4l2/src/stream.rs:18–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
// 本地句柄结构体,解决孤儿规则
17
#[derive(Debug)]
18
pub struct V4l2BufferHandle;
19
impl BackendBufferHandle for V4l2BufferHandle {}
20
21
// 静态实例
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected