Skip to main content

tone_segment_func_t

Type Alias tone_segment_func_t 

Source
pub type tone_segment_func_t = Option<unsafe extern "C" fn(data: *mut c_void, f1: c_int, f2: c_int, duration: c_int)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.