Type Alias cyclors::ddsrt_avl_augment_t

source ·
pub type ddsrt_avl_augment_t = Option<unsafe extern "C" fn(vnode: *mut c_void, left: *const c_void, right: *const c_void)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.