Type Alias simics_api_sys::bindings::hashfunc

source ·
pub type hashfunc = Option<unsafe extern "C" fn(arg1: *mut PyObject) -> Py_hash_t>;

Aliased Type§

enum hashfunc {
    None,
    Some(unsafe extern "C" fn(_: *mut _object) -> isize),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut _object) -> isize)

Some value of type T.