rustc_
data_
structures
1.84.0-nightly
(759e07f06 2024-10-30)
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
.