pub type GThreadPool = _GThreadPool;Aliased Type§
#[repr(C)]pub struct GThreadPool {
pub func: Option<unsafe extern "C" fn(*mut c_void, *mut c_void)>,
pub user_data: *mut c_void,
pub exclusive: i32,
}Fields§
§func: Option<unsafe extern "C" fn(*mut c_void, *mut c_void)>§user_data: *mut c_void§exclusive: i32