Skip to main content

NoPreemptMutexGuard

Type Alias NoPreemptMutexGuard 

Source
pub type NoPreemptMutexGuard<'a, T> = SpinLockGuard<'a, T>;
Expand description

A guard returned by NoPreemptMutex::lock.

Aliased Typeยง

pub struct NoPreemptMutexGuard<'a, T> { /* private fields */ }