Trait volatile_mem::VolatileData[][src]

pub trait VolatileData<T> { }

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

impl<T: Copy, P> VolatileData<T> for Volatile<T, P>[src]

Loading content...