Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustCV/RustCV
/ BackendBufferHandle
Interface
BackendBufferHandle
rustcv-core/src/frame.rs:74–74 ·
view source on GitHub ↗
内部 Trait,用于 Frame 调用底层的方法
Source
from the content-addressed store, hash-verified
72
73
// 内部 Trait,用于 Frame 调用底层的方法
74
pub trait BackendBufferHandle: std::fmt::Debug + Send + Sync {}
75
76
impl BackendBufferHandle for () {}
Callers
nothing calls this directly
Implementers
4
stream.rs
rustcv-backend-avf/src/stream.rs
stream.rs
rustcv-backend-msmf/src/stream.rs
stream.rs
rustcv-backend-v4l2/src/stream.rs
frame.rs
rustcv-core/src/frame.rs
Calls
no outgoing calls
Tested by
no test coverage detected