pub type MappedSpinlockGuard<'a, T: ?Sized> = MappedMutexGuard<'a, RawSpinlock, T>;Available on crate feature
full and non-crate feature use_std only.Aliased Typeยง
pub struct MappedSpinlockGuard<'a, T: ?Sized> { /* private fields */ }