Skip to main content
LOCKED
rustc_
data_
structures
1.96.0-nightly
(b41f22de2 2026-03-08)
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
.