Structs§
- The underlying raw reader-writer primitive that implements lock_api::RawRwLock
Type Aliases§
- An implementation of a reader-writer lock, based on a spinlock primitive, no-std compatible
- See lock_api::RwLockReadGuard for usage.
- See lock_api::RwLockWriteGuard for usage.