Module mutex_
impl
epaint
0.31.1
Module mutex_
impl
Module Items
Structs
Type Aliases
In epaint::
mutex
Modules
mutex_impl
rw_lock_impl
Structs
Mutex
RwLock
Type Aliases
MutexGuard
RwLockReadGuard
RwLockWriteGuard
epaint
::
mutex
Module
mutex_impl
Copy item path
Settings
Help
Summary
Source
Structs
§
Mutex
Provides interior mutability.
Type Aliases
§
Mutex
Guard
The lock you get from
Mutex
. An RAII implementation of a “scoped lock” of a mutex. When this structure is dropped (falls out of scope), the lock will be unlocked.