Struct rust_htslib::htslib::pthread_cond_t__bindgen_ty_1
source · #[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§
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 moresource§impl Debug for pthread_cond_t__bindgen_ty_1
impl Debug for pthread_cond_t__bindgen_ty_1
impl Copy for pthread_cond_t__bindgen_ty_1
Auto Trait Implementations§
impl RefUnwindSafe for pthread_cond_t__bindgen_ty_1
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more