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

Expand description

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

Structs

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

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

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