Struct fitsio_sys_bindgen::pthread_attr_t [] [src]

#[repr(C)]
pub struct pthread_attr_t { pub __size: __BindgenUnionField<[c_char; 56]>, pub __align: __BindgenUnionField<c_long>, pub bindgen_union_field: [u64; 7], }

Fields

Trait Implementations

impl Debug for pthread_attr_t
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for pthread_attr_t
[src]

impl Clone for pthread_attr_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