epaint
0.32.3
Module mutex_
impl
Module Items
Structs
Type Aliases
In epaint::
mutex
epaint
::
mutex
Module
mutex_impl
Copy item path
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.