pub fn lock<T>(v: &Mutex<RawMutex, T>) -> MutexGuard<'_, RawMutex, T>
Get a mutable reference through a Mutable for read-write access.
Mutable