pub type pthread_mutex_t = _pthread_mutex;Aliased Type§
#[repr(C)]pub struct pthread_mutex_t {
pub __pthread_mutex_flags: _pthread_mutex__bindgen_ty_1,
pub __pthread_mutex_lock: _pthread_mutex__bindgen_ty_2,
pub __pthread_mutex_data: u64,
}Fields§
§__pthread_mutex_flags: _pthread_mutex__bindgen_ty_1§__pthread_mutex_lock: _pthread_mutex__bindgen_ty_2§__pthread_mutex_data: u64