VolatileData

Trait VolatileData 

Source
pub trait VolatileData<T> { }
Expand description

A marker trait for volatile types.

This trait must be implemented in order to implement VolatileRead and VolatileWrite, which will read or write data of type T.

Implementors§

Source§

impl<T: Copy, P> VolatileData<T> for Volatile<T, P>