Skip to main content

obj_event_f

Type Alias obj_event_f 

Source
pub type obj_event_f = Option<unsafe extern "C" fn(arg1: *mut worker, priv_: *mut c_void, arg2: *mut objcore, arg3: c_uint)>;

Aliased Type§

pub enum obj_event_f {
    None,
    Some(unsafe extern "C" fn(*mut worker, *mut c_void, *mut objcore, u32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.