Struct torch::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

Trait Implementations

impl Copy for pthread_barrier_t
[src]

impl Clone for pthread_barrier_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more