Type Alias qemu_plugin::FlushCallback

source ·
pub type FlushCallback = qemu_plugin_simple_cb_t;
Expand description

A callback called on flush.

Arguments

  • id: The plugin ID

Aliased Type§

enum FlushCallback {
    None,
    Some(unsafe extern "C" fn(_: u64)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: u64))

Some value of type T.