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