pub type __darwin_pthread_rwlock_t = _opaque_pthread_rwlock_t;

Aliased Type§

struct __darwin_pthread_rwlock_t {
    pub __sig: i32,
    pub __opaque: [i8; 192],
}

Fields§

§__sig: i32§__opaque: [i8; 192]