Struct os::sync::mutex::MutexBlocking
source · pub struct MutexBlocking {
inner: UPSafeCell<MutexBlockingInner>,
}
Fields§
§inner: UPSafeCell<MutexBlockingInner>
Implementations§
source§impl MutexBlocking
impl MutexBlocking
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for MutexBlocking
impl !RefUnwindSafe for MutexBlocking
impl Send for MutexBlocking
impl Sync for MutexBlocking
impl Unpin for MutexBlocking
impl !UnwindSafe for MutexBlocking
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