rustc_
data_
structures
1.83.0-beta.5
(eb6e3fa1a 2024-11-08)
In rustc_
data_
structures::
sync::
lock::
maybe_
sync
rustc_data_structures
::
sync
::
lock
::
maybe_sync
Constant
LOCKED
Copy item path
source
const LOCKED:
bool
= true;
Expand description
The value representing a locked state for the
Cell
.