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