[][src]Module raw_sync::locks

Lock implementations

Structs

LockGuard

Used to wrap an acquired lock's data. Lock is automatically released on Drop

Mutex
ReadLockGuard

Used to wrap an acquired lock's read only data. Lock is automatically released on Drop

RwLock

Traits

LockImpl
LockInit