#[repr(C)]pub struct COND_TYPE {
pub mutex: pthread_mutex_t,
pub cond: pthread_cond_t,
}Fields§
§mutex: pthread_mutex_t§cond: pthread_cond_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for COND_TYPE
impl RefUnwindSafe for COND_TYPE
impl !Send for COND_TYPE
impl !Sync for COND_TYPE
impl Unpin for COND_TYPE
impl UnwindSafe for COND_TYPE
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