Struct std::sys::unix::locks::pthread_condvar::AllocatedCondvar
source · struct AllocatedCondvar(UnsafeCell<pthread_cond_t>);Tuple Fields§
§0: UnsafeCell<pthread_cond_t>Trait Implementations§
source§impl Drop for AllocatedCondvar
impl Drop for AllocatedCondvar
source§impl LazyInit for AllocatedCondvar
impl LazyInit for AllocatedCondvar
impl Send for AllocatedCondvar
impl Sync for AllocatedCondvar
Auto Trait Implementations§
impl !RefUnwindSafe for AllocatedCondvar
impl Unpin for AllocatedCondvar
impl UnwindSafe for AllocatedCondvar
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