pub type __darwin_pthread_rwlock_t = _opaque_pthread_rwlock_t;

Aliased Type§

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

Fields§

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