#[repr(C)]pub struct pthread_cond_t {
pub __data: __BindgenUnionField<pthread_cond_t__bindgen_ty_1>,
pub __size: __BindgenUnionField<[c_char; 48]>,
pub __align: __BindgenUnionField<c_longlong>,
pub bindgen_union_field: [u64; 6],
}Fields§
§__data: __BindgenUnionField<pthread_cond_t__bindgen_ty_1>§__size: __BindgenUnionField<[c_char; 48]>§__align: __BindgenUnionField<c_longlong>§bindgen_union_field: [u64; 6]Trait Implementations§
Source§impl Clone for pthread_cond_t
impl Clone for pthread_cond_t
impl Copy for pthread_cond_t
Auto Trait Implementations§
impl Freeze for pthread_cond_t
impl RefUnwindSafe for pthread_cond_t
impl !Send for pthread_cond_t
impl !Sync for pthread_cond_t
impl Unpin for pthread_cond_t
impl UnwindSafe for pthread_cond_t
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