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

Method default

rustcv-core/src/traits.rs:43–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41
42impl Default for TriggerConfig {
43 fn default() -> Self {
44 Self {
45 mode: TriggerMode::Off,
46 source: TriggerSource::Software,
47 polarity: TriggerPolarity::RisingEdge,
48 delay_us: 0,
49 }
50 }
51}
52
53/// 触发模式枚举

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected