| 843 | } |
| 844 | |
| 845 | struct FuzzwareSnapshot { |
| 846 | interrupt_trigger: *mut c_void, |
| 847 | timers: *mut c_void, |
| 848 | nvic: *mut c_void, |
| 849 | systick: *mut c_void, |
| 850 | } |
| 851 | |
| 852 | impl Drop for FuzzwareSnapshot { |
| 853 | fn drop(&mut self) { |
nothing calls this directly
no outgoing calls
no test coverage detected