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

Class DelegateIvars

rustcv-backend-avf/src/delegate.rs:56–58  ·  view source on GitHub ↗

Delegate 内部持有的状态。 使用独立结构体,避免在 ivar 中直接使用泛型类型。

Source from the content-addressed store, hash-verified

54/// Delegate 内部持有的状态。
55/// 使用独立结构体,避免在 ivar 中直接使用泛型类型。
56pub struct DelegateIvars {
57 pub sender: Sender<AvfFrameData>,
58}
59
60// ---------------------------------------------------------------------------
61// Objective-C Delegate 类定义

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected