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