Struct gravity::pthread_cond_t__bindgen_ty_1 [] [src]

#[repr(C)]
pub struct pthread_cond_t__bindgen_ty_1 { pub __bindgen_anon_1: pthread_cond_t__bindgen_ty_1__bindgen_ty_1, pub __bindgen_anon_2: pthread_cond_t__bindgen_ty_1__bindgen_ty_2, pub __g_refs: [c_uint; 2], pub __g_size: [c_uint; 2], pub __g1_orig_size: c_uint, pub __wrefs: c_uint, pub __g_signals: [c_uint; 2], }

Fields

Trait Implementations

impl Debug for pthread_cond_t__bindgen_ty_1
[src]

Formats the value using the given formatter.

impl Copy for pthread_cond_t__bindgen_ty_1
[src]

impl Clone for pthread_cond_t__bindgen_ty_1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more