Type Alias pthread_rwlockattr_t

Source
pub type pthread_rwlockattr_t = __darwin_pthread_rwlockattr_t;

Aliased Type§

#[repr(C)]
pub struct pthread_rwlockattr_t { pub __sig: i64, pub __opaque: [i8; 16], }

Fields§

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