indigo_timer_callback

Type Alias indigo_timer_callback 

Source
pub type indigo_timer_callback = Option<unsafe extern "C" fn(device: *mut indigo_device)>;
Expand description

Timer callback function prototype.

Aliased Type§

pub enum indigo_timer_callback {
    None,
    Some(unsafe extern "C" fn(*mut indigo_device)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut indigo_device))

Some value of type T.