[][src]Module abi_stable::external_types::parking_lot::rw_lock

Contains an ffi-safe equivalent of parking_lot::RwLock.

Structs

RReadGuard

A read guard,which allows shared access to the data inside the RRwLock.

RRwLock

A read-write lock that allows dynamic mutable/shared borrows of shared data.

RWriteGuard

A write guard,which allows mutable access to the data inside the RRwLock.