Struct fitsio_sys_bindgen::pthread_barrier_t [−][src]
#[repr(C)]pub struct pthread_barrier_t {
pub __size: __BindgenUnionField<[c_char; 32]>,
pub __align: __BindgenUnionField<c_long>,
pub bindgen_union_field: [u64; 4],
}Fields
__size: __BindgenUnionField<[c_char; 32]>__align: __BindgenUnionField<c_long>bindgen_union_field: [u64; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for pthread_barrier_t
impl Send for pthread_barrier_t
impl Sync for pthread_barrier_t
impl Unpin for pthread_barrier_t
impl UnwindSafe for pthread_barrier_t
Blanket Implementations
Mutably borrows from an owned value. Read more
