pub type RwSpin<T> = RwLock<RawRwSpin, T>;
Read-write mutex type that uses RawRwSpin.
RawRwSpin
pub struct RwSpin<T> { /* private fields */ }