#[repr(C)]pub struct _pthread_cond {
pub __pthread_cond_flags: _pthread_cond__bindgen_ty_1,
pub __pthread_cond_data: upad64_t,
}Fields§
§__pthread_cond_flags: _pthread_cond__bindgen_ty_1§__pthread_cond_data: upad64_tTrait Implementations§
Source§impl Clone for _pthread_cond
impl Clone for _pthread_cond
Source§fn clone(&self) -> _pthread_cond
fn clone(&self) -> _pthread_cond
Returns a duplicate 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
impl Debug for _pthread_cond
impl Copy for _pthread_cond
Auto Trait Implementations§
impl Freeze for _pthread_cond
impl RefUnwindSafe for _pthread_cond
impl Send for _pthread_cond
impl Sync for _pthread_cond
impl Unpin for _pthread_cond
impl UnwindSafe for _pthread_cond
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