Union binaryen_sys::pthread_rwlock_t [−][src]
#[repr(C)]pub union pthread_rwlock_t { pub __data: pthread_rwlock_t__bindgen_ty_1, pub __size: [c_char; 56], pub __align: c_long, // some fields omitted }
Fields
__data: pthread_rwlock_t__bindgen_ty_1__size: [c_char; 56]__align: c_long
Trait Implementations
impl Copy for pthread_rwlock_t[src]
impl Copy for pthread_rwlock_timpl Clone for pthread_rwlock_t[src]
impl Clone for pthread_rwlock_tAuto Trait Implementations
impl Send for pthread_rwlock_t
impl Send for pthread_rwlock_timpl Sync for pthread_rwlock_t
impl Sync for pthread_rwlock_t