Union binaryen::ffi::pthread_barrier_t[][src]

#[repr(C)]
pub union pthread_barrier_t { pub __size: [i8; 32], pub __align: i64, // some fields omitted }

Fields

Trait Implementations

impl Clone for pthread_barrier_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for pthread_barrier_t
[src]

Auto Trait Implementations