Struct phper_sys::__pthread_cond_s [−][src]
#[repr(C)]pub struct __pthread_cond_s { pub __bindgen_anon_1: __pthread_cond_s__bindgen_ty_1, pub __bindgen_anon_2: __pthread_cond_s__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
__bindgen_anon_1: __pthread_cond_s__bindgen_ty_1__bindgen_anon_2: __pthread_cond_s__bindgen_ty_2__g_refs: [c_uint; 2]__g_size: [c_uint; 2]__g1_orig_size: c_uint__wrefs: c_uint__g_signals: [c_uint; 2]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for __pthread_cond_simpl Send for __pthread_cond_simpl Sync for __pthread_cond_simpl Unpin for __pthread_cond_simpl UnwindSafe for __pthread_cond_sBlanket Implementations
Mutably borrows from an owned value. Read more