Struct spin::MutexGuard
source · pub struct MutexGuard<'a, T: ?Sized + 'a> { /* private fields */ }
Expand description
A guard to which the protected data can be accessed
When the guard falls out of scope it will release the lock.
pub struct MutexGuard<'a, T: ?Sized + 'a> { /* private fields */ }
A guard to which the protected data can be accessed
When the guard falls out of scope it will release the lock.