Searched defs:VolatileReadable (Results 1 – 1 of 1) sorted by relevance
99 pub trait VolatileReadable<T> { trait104 impl<T: Copy> VolatileReadable<T> for *const ReadOnly<T> { impl110 impl<T: Copy> VolatileReadable<T> for *const Volatile<T> { impl