Struct rust_htslib::htslib::pthread_cond_t__bindgen_ty_1
source · 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§
source§impl Clone for pthread_cond_t__bindgen_ty_1
impl Clone for pthread_cond_t__bindgen_ty_1
source§fn clone(&self) -> pthread_cond_t__bindgen_ty_1
fn clone(&self) -> pthread_cond_t__bindgen_ty_1
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more