Skip to main content

switch_scheduler_func_t

Type Alias switch_scheduler_func_t 

Source
pub type switch_scheduler_func_t = Option<unsafe extern "C" fn(task: *mut switch_scheduler_task_t)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.