Dtevent_f

Type Alias Dtevent_f 

Source
pub type Dtevent_f = Option<unsafe extern "C" fn(arg1: *mut Dt_t, arg2: c_int, arg3: *mut c_void, arg4: *mut Dtdisc_t) -> c_int>;

Aliased Type§

pub enum Dtevent_f {
    None,
    Some(unsafe extern "C" fn(*mut _dt_s, i32, *mut c_void, *mut _dtdisc_s) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut _dt_s, i32, *mut c_void, *mut _dtdisc_s) -> i32)

Some value of type T.