Module volatile::access

source ·
Expand description

Allows creating read-only and write-only Volatile values.

Structs

  • Zero-sized marker type for allowing only read access.
  • Zero-sized marker type for allowing both read and write access.
  • Zero-sized marker type for allowing only write access.

Traits