bucket_compare_func_t

Type Alias bucket_compare_func_t 

Source
pub type bucket_compare_func_t = Option<unsafe extern "C" fn(a: *mut Bucket, b: *mut Bucket) -> c_int>;

Aliased Type§

pub enum bucket_compare_func_t {
    None,
    Some(unsafe extern "C" fn(*mut _Bucket, *mut _Bucket) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut _Bucket, *mut _Bucket) -> i32)

Some value of type T.