Type Alias packm_var_oft

Source
pub type packm_var_oft = Option<unsafe extern "C" fn(a: *mut obj_t, p: *mut obj_t, cntx: *mut cntx_t, rntm: *mut rntm_t, cntl: *mut cntl_t, thread: *mut thrinfo_t)>;

Aliased Type§

enum packm_var_oft {
    None,
    Some(unsafe extern "C" fn(_: *mut obj_s, _: *mut obj_s, _: *mut cntx_s, _: *mut rntm_s, _: *mut cntl_s, _: *mut thrinfo_s)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut obj_s, _: *mut obj_s, _: *mut cntx_s, _: *mut rntm_s, _: *mut cntl_s, _: *mut thrinfo_s))

Some value of type T.