Type Alias rusteron_client::bindings::aeron_rb_handler_t

source ·
pub type aeron_rb_handler_t = Option<unsafe extern "C" fn(arg1: i32, arg2: *const c_void, arg3: usize, arg4: *mut c_void)>;

Aliased Type§

enum aeron_rb_handler_t {
    None,
    Some(unsafe extern "C" fn(_: i32, _: *const c_void, _: usize, _: *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: i32, _: *const c_void, _: usize, _: *mut c_void))

Some value of type T.