Type Alias qemu_plugin::FlushCallback
source · pub type FlushCallback = qemu_plugin_simple_cb_t;Expand description
Aliased Type§
enum FlushCallback {
None,
Some(unsafe extern "C" fn(_: u64)),
}pub type FlushCallback = qemu_plugin_simple_cb_t;enum FlushCallback {
None,
Some(unsafe extern "C" fn(_: u64)),
}