Struct croaring_sys::pthread_cond_t [] [src]

#[repr(C)]
pub struct pthread_cond_t { pub __data: __BindgenUnionField<pthread_cond_t__bindgen_ty_1>, pub __size: __BindgenUnionField<[c_char; 48]>, pub __align: __BindgenUnionField<c_longlong>, pub bindgen_union_field: [u64; 6], }

Fields

Trait Implementations

impl Debug for pthread_cond_t
[src]

[src]

Formats the value using the given formatter.

impl Copy for pthread_cond_t
[src]

impl Clone for pthread_cond_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more