Skip to main content

sprt_timer_handler_t

Type Alias sprt_timer_handler_t 

Source
pub type sprt_timer_handler_t = Option<unsafe extern "C" fn(user_data: *mut c_void, timeout: span_timestamp_t) -> span_timestamp_t>;

Aliased Type§

pub enum sprt_timer_handler_t {
    None,
    Some(unsafe extern "C" fn(*mut c_void, u64) -> u64),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, u64) -> u64)

Some value of type T.