A `Cell` with volatile read/write operations, useful for memory-mapped I/O or hardware registers.
# Cargo.toml
[dependencies]
vcell = "0.1.3"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a VolatileCell and reads its value using volatile access.
For shared mutable access across threads, consider using atomic types or Mutex instead.
No dependency data recorded yet.