Union phper_sys::pthread_cond_t [−][src]
#[repr(C)]
pub union pthread_cond_t {
pub __data: __pthread_cond_s,
pub __size: [c_char; 48],
pub __align: c_longlong,
// some fields omitted
}Fields
__data: __pthread_cond_s__size: [c_char; 48]__align: c_longlongTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for pthread_cond_timpl Send for pthread_cond_timpl Sync for pthread_cond_timpl Unpin for pthread_cond_timpl UnwindSafe for pthread_cond_tBlanket Implementations
Mutably borrows from an owned value. Read more