Struct browser_window_core::prelude::c__pthread_cond_s [−][src]
#[repr(C)]pub struct c__pthread_cond_s {
pub __bindgen_anon_1: c__pthread_cond_s__bindgen_ty_1,
pub __bindgen_anon_2: c__pthread_cond_s__bindgen_ty_2,
pub __g_refs: [u32; 2],
pub __g_size: [u32; 2],
pub __g1_orig_size: u32,
pub __wrefs: u32,
pub __g_signals: [u32; 2],
}
Fields
__bindgen_anon_1: c__pthread_cond_s__bindgen_ty_1
__bindgen_anon_2: c__pthread_cond_s__bindgen_ty_2
__g_refs: [u32; 2]
__g_size: [u32; 2]
__g1_orig_size: u32
__wrefs: u32
__g_signals: [u32; 2]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for c__pthread_cond_s
impl Send for c__pthread_cond_s
impl Sync for c__pthread_cond_s
impl Unpin for c__pthread_cond_s
impl UnwindSafe for c__pthread_cond_s
Blanket Implementations
Mutably borrows from an owned value. Read more