plugin_flush_cb

Type Alias plugin_flush_cb 

Source
pub type plugin_flush_cb = Option<unsafe extern "C" fn(timeout: cdtime_t, identifier: *const c_char, arg1: *mut user_data_t) -> c_int>;

Aliased Type§

pub enum plugin_flush_cb {
    None,
    Some(unsafe extern "C" fn(u64, *const i8, *mut user_data_s) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(u64, *const i8, *mut user_data_s) -> i32)

Some value of type T.