MCPcopy 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 调用底层的方法
74pub trait BackendBufferHandle: std::fmt::Debug + Send + Sync {}
75
76impl BackendBufferHandle for () {}

Callers

nothing calls this directly

Implementers 4

stream.rsrustcv-backend-avf/src/stream.rs
stream.rsrustcv-backend-msmf/src/stream.rs
stream.rsrustcv-backend-v4l2/src/stream.rs
frame.rsrustcv-core/src/frame.rs

Calls

no outgoing calls

Tested by

no test coverage detected