pub struct MutexBlocking {
inner: UPSafeCell<MutexBlockingInner>,
}
Fields
inner: UPSafeCell<MutexBlockingInner>
Implementations
sourceimpl MutexBlocking
impl MutexBlocking
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for MutexBlocking
impl Send for MutexBlocking
impl Sync for MutexBlocking
impl Unpin for MutexBlocking
impl !UnwindSafe for MutexBlocking
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more