--- 3. 系统控制 (System) ---
| 107 | |
| 108 | // --- 3. 系统控制 (System) --- |
| 109 | struct V4l2System { |
| 110 | dev: Arc<Device>, |
| 111 | } |
| 112 | |
| 113 | impl SystemControl for V4l2System { |
| 114 | unsafe fn force_reset(&self) -> Result<()> { |
nothing calls this directly
no outgoing calls
no test coverage detected