#[repr(C)]pub struct pthread_cond_t__bindgen_ty_1 {
pub __lock: c_int,
pub __futex: c_uint,
pub __total_seq: c_ulonglong,
pub __wakeup_seq: c_ulonglong,
pub __woken_seq: c_ulonglong,
pub __mutex: *mut c_void,
pub __nwaiters: c_uint,
pub __broadcast_seq: c_uint,
}Fields§
§__lock: c_int§__futex: c_uint§__total_seq: c_ulonglong§__wakeup_seq: c_ulonglong§__woken_seq: c_ulonglong§__mutex: *mut c_void§__nwaiters: c_uint§__broadcast_seq: c_uintTrait Implementations§
Source§impl Clone for pthread_cond_t__bindgen_ty_1
impl Clone for pthread_cond_t__bindgen_ty_1
impl Copy for pthread_cond_t__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for pthread_cond_t__bindgen_ty_1
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