Union browser_window_c::c__pthread_cond_s__bindgen_ty_1 [−][src]
#[repr(C)]
pub union c__pthread_cond_s__bindgen_ty_1 {
pub __wseq: c_ulonglong,
pub __wseq32: c__pthread_cond_s__bindgen_ty_1__bindgen_ty_1,
// some fields omitted
}
Fields
__wseq: c_ulonglong
__wseq32: c__pthread_cond_s__bindgen_ty_1__bindgen_ty_1
Trait Implementations
Auto Trait Implementations
impl Send for c__pthread_cond_s__bindgen_ty_1
impl Sync for c__pthread_cond_s__bindgen_ty_1
impl Unpin for c__pthread_cond_s__bindgen_ty_1
Blanket Implementations
Mutably borrows from an owned value. Read more