Union phper_sys::pthread_rwlock_t [−][src]
#[repr(C)]
pub union pthread_rwlock_t {
pub __data: __pthread_rwlock_arch_t,
pub __size: [c_char; 32],
pub __align: c_long,
// some fields omitted
}Fields
__data: __pthread_rwlock_arch_t__size: [c_char; 32]__align: c_longTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for pthread_rwlock_timpl Send for pthread_rwlock_timpl Sync for pthread_rwlock_timpl Unpin for pthread_rwlock_timpl UnwindSafe for pthread_rwlock_tBlanket Implementations
Mutably borrows from an owned value. Read more