rustc_
data_
structures
1.86.0-beta.5
(b2af9a598 2025-03-08)
In rustc_
data_
structures::
sync::
lock
Structs
Lock
LockGuard
Enums
Mode
Constants
LOCKED
Unions
ModeUnion
rustc_data_structures
::
sync
::
lock
Constant
LOCKED
Copy item path
Settings
Help
Summary
Source
const LOCKED:
bool
= true;
Expand description
The value representing a locked state for the
Cell
.