TimebaseCallback

Type Alias TimebaseCallback 

Source
pub type TimebaseCallback = Option<unsafe extern "C" fn(state: jack_transport_state_t, nframes: jack_nframes_t, pos: *mut jack_position_t, new_pos: c_int, arg: *mut c_void)>;

Aliased Type§

pub enum TimebaseCallback {
    None,
    Some(unsafe extern "C" fn(u32, u32, *mut Struct__jack_position, i32, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(u32, u32, *mut Struct__jack_position, i32, *mut c_void))

Some value of type T.