rustc_
data_
structures
1.84.0-beta.4
(202008a1b 2024-12-07)
In rustc_
data_
structures::
sync::
lock
rustc_data_structures
::
sync
::
lock
Constant
LOCKED
Copy item path
Source
const LOCKED:
bool
= true;
Expand description
The value representing a locked state for the
Cell
.