pub type NoPreemptMutexGuard<'a, T> = RawSpinLockGuard<'a, T>;Expand description
A guard returned by NoPreemptMutex::lock.
Aliased Typeยง
pub struct NoPreemptMutexGuard<'a, T> { /* private fields */ }pub type NoPreemptMutexGuard<'a, T> = RawSpinLockGuard<'a, T>;A guard returned by NoPreemptMutex::lock.
pub struct NoPreemptMutexGuard<'a, T> { /* private fields */ }