Struct fitsio_sys_bindgen::pthread_barrierattr_t [] [src]

#[repr(C)]
pub struct pthread_barrierattr_t { pub __size: __BindgenUnionField<[c_char; 4]>, pub __align: __BindgenUnionField<c_int>, pub bindgen_union_field: u32, }

Fields

Trait Implementations

impl Debug for pthread_barrierattr_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for pthread_barrierattr_t
[src]

impl Clone for pthread_barrierattr_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations