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

Expand description

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

Structs

A mutual exclusion lock that allows dynamic mutable borrows of shared data.

A mutex guard,which allows mutable access to the data inside an RMutex.