pub type switch_thread_data_t = switch_thread_data_s;Aliased Type§
#[repr(C)]pub struct switch_thread_data_t {
pub func: Option<unsafe extern "C" fn(*mut fspr_thread_t, *mut c_void) -> *mut c_void>,
pub obj: *mut c_void,
pub alloc: i32,
pub running: i32,
pub pool: *mut fspr_pool_t,
}Fields§
§func: Option<unsafe extern "C" fn(*mut fspr_thread_t, *mut c_void) -> *mut c_void>§obj: *mut c_void§alloc: i32§running: i32§pool: *mut fspr_pool_t