pub type VolatileReadOnly<T> = Volatile<T, ReadOnly>;Expand description
Volatile read-only data or memory.
See crate-level documentation for details.
See Volatile<T> for methods and methods
and trait implementations.
Aliased Typeยง
#[repr(C)]pub union VolatileReadOnly<T> {
/* private fields */
}