Struct hts_sys::pthread_cond_t__bindgen_ty_1
source · #[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_uint
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 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