rustc_
data_
structures
1.84.0-dev
In rustc_
data_
structures::
sync::
lock::
maybe_
sync
Structs
Lock
LockGuard
Constants
LOCKED
Unions
ModeUnion
rustc_data_structures
::
sync
::
lock
::
maybe_sync
Constant
LOCKED
Copy item path
Settings
Help
Summary
Source
const LOCKED:
bool
= true;
Expand description
The value representing a locked state for the
Cell
.