Struct rust_htslib::htslib::pthread_cond_t__bindgen_ty_1 [−][src]
#[repr(C)]pub struct pthread_cond_t__bindgen_ty_1 { pub __lock: i32, pub __futex: u32, pub __total_seq: u64, pub __wakeup_seq: u64, pub __woken_seq: u64, pub __mutex: *mut c_void, pub __nwaiters: u32, pub __broadcast_seq: u32, }
Fields
__lock: i32
__futex: u32
__total_seq: u64
__wakeup_seq: u64
__woken_seq: u64
__mutex: *mut c_void
__nwaiters: u32
__broadcast_seq: u32
Trait Implementations
Auto Trait Implementations
impl !Send for pthread_cond_t__bindgen_ty_1
impl !Sync for pthread_cond_t__bindgen_ty_1
impl Unpin for pthread_cond_t__bindgen_ty_1
impl UnwindSafe for pthread_cond_t__bindgen_ty_1
Blanket Implementations
Mutably borrows from an owned value. Read more