Type Alias FlushCallback

Source
pub type FlushCallback = qemu_plugin_simple_cb_t;
Expand description

A callback called on flush.

§Arguments

  • id: The plugin ID

Aliased Type§

pub 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.