Union libyang2_sys::__pthread_cond_s__bindgen_ty_2 [−][src]
#[repr(C)]
pub union __pthread_cond_s__bindgen_ty_2 {
pub __g1_start: c_ulonglong,
pub __g1_start32: __pthread_cond_s__bindgen_ty_2__bindgen_ty_1,
// some fields omitted
}Fields
__g1_start: c_ulonglong__g1_start32: __pthread_cond_s__bindgen_ty_2__bindgen_ty_1Trait Implementations
Auto Trait Implementations
impl Send for __pthread_cond_s__bindgen_ty_2
impl Sync for __pthread_cond_s__bindgen_ty_2
impl Unpin for __pthread_cond_s__bindgen_ty_2
impl UnwindSafe for __pthread_cond_s__bindgen_ty_2
Blanket Implementations
Mutably borrows from an owned value. Read more