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