pub type RwSpinlock<T: ?Sized> = RwLock<RwCount, T>;
use_std
A reader-writer lock
struct RwSpinlock<T: ?Sized> { /* private fields */ }