pub fn lock<T>(v: &Mutex<RawMutex, T>) -> MutexGuard<'_, RawMutex, T>
Available on crate feature unstable only.
Expand description

Get a mutable reference through a Mutable for read-write access.