Expand description
Volatile Pointer Types.
Structs§
- Overaligned
Volatile Ptr - An overaligned volatile pointer for fields that require wider access operations.
- Wide
Volatile Ptr - A wide volatile pointer for 64-bit fields.
Traits§
- Overaligned
Field - A trait for fields that can be accessed via
OveralignedVolatilePtr
.