Type Alias spinlock::SpinNoPreemptGuard
source · pub type SpinNoPreemptGuard<'a, T> = BaseSpinLockGuard<'a, NoPreempt, T>;Expand description
A guard that provides mutable data access for SpinNoPreempt.
Aliased Type§
struct SpinNoPreemptGuard<'a, T> { /* private fields */ }