HashValueFunc

Type Alias HashValueFunc 

Source
pub type HashValueFunc = Option<unsafe extern "C-unwind" fn(key: *const c_void, keysize: Size) -> uint32>;

Aliased Type§

pub enum HashValueFunc {
    None,
    Some(unsafe extern "C-unwind" fn(*const c_void, usize) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(*const c_void, usize) -> u32)

Some value of type T.