MCPcopy Create free account
hub / github.com/MultiFuzz/MultiFuzz / FuzzwareSnapshot

Class FuzzwareSnapshot

icicle-cortexm/src/lib.rs:845–850  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

843}
844
845struct FuzzwareSnapshot {
846 interrupt_trigger: *mut c_void,
847 timers: *mut c_void,
848 nvic: *mut c_void,
849 systick: *mut c_void,
850}
851
852impl Drop for FuzzwareSnapshot {
853 fn drop(&mut self) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected