#[repr(C)]pub struct MutexImpl {
pub mMutex: pthread_mutex_t,
}Fields§
§mMutex: pthread_mutex_tAuto Trait Implementations§
impl Freeze for MutexImpl
impl RefUnwindSafe for MutexImpl
impl !Send for MutexImpl
impl !Sync for MutexImpl
impl Unpin for MutexImpl
impl UnsafeUnpin for MutexImpl
impl UnwindSafe for MutexImpl
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