qht_iter_func_t

Type Alias qht_iter_func_t 

Source
pub type qht_iter_func_t = Option<unsafe extern "C" fn(ht: *mut qht, p: *mut c_void, h: u32, up: *mut c_void)>;

Aliased Type§

pub enum qht_iter_func_t {
    None,
    Some(unsafe extern "C" fn(*mut qht, *mut c_void, u32, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut qht, *mut c_void, u32, *mut c_void))

Some value of type T.